Features
- Cover Type: Paperback with 1032 pages
- Published by: Wiley
- Edition: 2nd Edition June 3, 2008
- Written in: English
- ISBN 10 Number: 0470183012
- ISBN 13 Number: 978-0470183014
-
Book Dimensions:
9.2 x 7.4 x 2.3 inches
- Weighs: 3.4 pounds
Product Description
UNIX expert Randal K. Michael guides you through every detail of writing shell scripts to automate specific tasks. Each chapter begins with a typical, everyday UNIX challenge, then shows you how to take basic syntax and turn it into a shell scripting solution. Covering Bash, Bourne, and Korn shell scripting, this updated edition provides complete shell scripts plus detailed descriptions of each part. UNIX programmers and system administrators can tailor these to build tools that monitor for specific system events and situations, building solid UNIX shell scripting skills to solve real-world system administration problems.
Back Cover Copy
Learn to create shell scripts to solve real-world UNIX problems Get ready to take on the UNIX world! UNIX expert Randal K. Michael guides you through every detail of writing shell scripts to automate specific tasks. Each chapter begins with a typical, everyday UNIX challenge, and then shows you how to take basic syntax and turn it into a shell scripting solution. Throughout the book, you'll also find complete shell scripts plus detailed descriptions of each part. You'll be able to modify this information to build tools that monitor for specific system events and situations, building the skills to solve real-world system administration problems.
-
Make the most of Bash, Bourne, and Korn shells -
Execute the proper commands for eachUNIX flavor -
Define the correct command syntax to meet a specific shell scripting goal -
Filter the commands' output to strip out unneeded data -
Build options into the shell script to give the end user more flexibility on the command line -
Replicate data using rsync -
Create snapshot-style backups using Dirvish -
Work with records files to parse data -
Prepare for government audits using specific commands
Reader Reviews
This review is from: Mastering UNIX Shell Scripting (Paperback)
If you are interested in Bourne or Bash shell programming, be aware that this book focuses exclusively on the Korn shell (ksh or "ksh93"). The Korn shell is a superset of the Bourne shell, but if you want to write scripts for sh (Bourne) or bash, another book might be more appropriate.