Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Reading Level
      Reading Level
      Clear All
      Reading Level
  • Content Type
      Content Type
      Clear All
      Content Type
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
      More Filters
      Clear All
      More Filters
      Item Type
    • Is Full-Text Available
    • Subject
    • Publisher
    • Source
    • Donor
    • Language
    • Place of Publication
    • Contributors
    • Location
43 result(s) for "UNIX Shells."
Sort by:
Learning Linux Shell Scripting - Second Edition
Delve into the power of Linux shell scripting with 'Learning Linux Shell Scripting,' a guide designed to take you from foundational basics to advanced scripting expertise. By leveraging practical examples and real-world scenarios, you'll unlock the potential of shell scripting to efficiently solve problems, automate tasks, and streamline processes.What this Book will help me doUnderstand and master text filtering tools in Linux for efficient text manipulation.Learn to use expressions and variables effectively within scripts.Develop skills to automate decision-making processes in scripts, saving time and effort.Explore the integration of scripts written in other languages like Python, Perl, and Ruby into shell scripting.Master database administration automation using shell scripts for systems like MySQL and Oracle.Author(s)Ganesh Sanjiv Naik is a seasoned technology professional with extensive expertise in Linux and shell scripting. With years of hands-on experience in Linux system administration and automation, Ganesh brings practical knowledge to his writing. He is passionate about teaching and aims to empower readers with the skills to solve real-world challenges using Linux scripting.Who is it for?This book is ideal for readers who are proficient in Linux basics and seek to enhance their knowledge by learning shell scripting. Whether you're a system administrator, developer, or Linux enthusiast, this guide will cater to your needs. If your goal is to improve efficiency, automate repetitive tasks, or deepen your understanding of Linux scripting, this book will provide invaluable insights and practical solutions.
Bash Quick Start Guide
Bash and shell script programming is central to using Linux, but it has many peculiar properties that are hard to understand and unfamiliar to many programmers, with a lot of misleading and even risky information online. Bash Quick Start tackles these problems head on, and shows you the best practices of shell script programming.
Data Cleaning Pocket Primer
As part of the best selling Pocket Primer series, this book is an effort to give programmers sufficient knowledge of data cleaning to be able to work on their own projects. It is designed as a practical introduction to using flexible, powerful (and free) Unix / Linux shell commands to perform common data cleaning tasks. The book is packed with realistic examples and numerous commands that illustrate both the syntax and how the commands work together. Companion files with source code are available for downloading from the publisher.Features:- A practical introduction to using flexible, powerful (and free) Unix / Linux shell commands to perform common data cleaning tasks- Includes the concept of piping data between commands, regular expression substitution, and the sed and awk commands- Packed with realistic examples and numerous commands that illustrate both the syntax and how the commands work together- Assumes the reader has no prior experience, but the topic is covered comprehensively enough to teach a pro some new tricks- Includes companion files with all of the source code examples (download from the publisher).
Gitolite essentials
If you're responsible for securing a Git server where lots of developers work with lots of repositories, you have a problem on your hands. You probably want to implement security restrictions and authorization for certain repositories. You will love
Bash scripting and shell programming (Linux command line)
If you want to learn how to write bash shell scripts like a pro, solve real-world problems, or automate repetitive and complex tasks, read on. By the end of this course you will be able to create bash scripts with ease. You'll learn how to take tedious and repetitious tasks and turn them into programs that will save you time and simplify your life on Linux, Unix, or MAC systems. What you learn in this course can be applied to any shell, however, the focus is on the bash shell and you'll learn some really advanced bash features. Again, whether you're using bash, bourne (sh), KornShell (ksh), C shell (csh), Z shell (zsh), or even the tcsh shell, you'll be able to put what you learn in this course to good use. Also, you'll be able to use these scripts on any Linux environment including Ubuntu, Debian, Linux Mint, RedHat, Fedora, OpenSUSE, Slackware, Kali Linux and more. You're scripts will even run on other operating systems such as Apple's Mac OS X, Oracle's Solaris, IBM's AIX, HP's HP-UX, FreeBSD, NetBSD, and OpenBSD. (Sorry, this course is NOT for Windows scripting or powershell scripting.).
Wicked cool shell scripts
This useful book offers 101 fun shell scripts for solving common problems and personalizing the computing environment. Readers will find shell scripts to create an interactive calculator, a spell checker, a disk backup utility, a weather tracker, a web logfile analysis tool, a stock portfolio tracker, and much more. The cookbook style examples are all written in Bourne Shell (sh) syntax; the scripts will run on Linux, Mac OS X, and Unix.