romeroyonatan / bashcookbook-examples

Example code from O'Reilly's bash Cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bash Cookbook examples

Welcome to the examples from the bash Cookbook (second edition), by Carl Albing and JP Vossen.

About the Book

For system administrators, programmers, and end users, there are occasions when a simple (or not so simple) shell script can save you time and effort, or facilitate consistency and repeatability for a variety of common tasks. This cookbook provides more than 300 practical recipes for using bash, the popular Unix shell that enables you to harness and customize the power of any Unix or Linux system.

Ideal for new and experienced users alike--including proficient Windows users and sysadmins--this updated second edition helps you solve a wide range of problems. You'll learn ways to handle input/output, file manipulation, program execution, administrative asks, and many other challenges. Each recipe includes one or more scripting examples and a discussion of why the solution works.

You'll find recipes for problems including:

  • Standard output and input, executing commands
  • Shell variables, shell logic, and arithmetic
  • Intermediate shell tools and advanced scripting
  • Searching for files with find, locate, and slocate
  • Working with dates and times
  • Creating shell script for various end-user tasks
  • Working with tasks that require parsing
  • Writing secure shell scripts
  • Configuring and customizing bash

Example Files

Each sub-directory contains the important, long, or difficult-to-type examples from the relevant chapter.

./settings, however, is special. It contains a collection of sample configuration files, see ./settings/README and chapter 16 for details.

About

Example code from O'Reilly's bash Cookbook

License:MIT License


Languages

Language:Shell 93.2%Language:Roff 4.2%Language:C 1.6%Language:Awk 1.1%