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 s
Mastering Unix Shell Scripting: Bash, Bourne, and Korn Shell Scripting for Programmers, System Administrators, and UNIX Gurus
โ Scribed by Randal K. Michael
- Publisher
- Wiley
- Year
- 2008
- Tongue
- English
- Leaves
- 1035
- Edition
- 2
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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, youll also find complete shell scripts plus detailed descriptions of each part. Youll 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
๐ SIMILAR VOLUMES
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 s
* Provides readers with end-to-end shell scripts that can be used to automate repetitive tasks and solve real-world system administration problems * Targets the specific command structure for four popular UNIX systems: Solaris, Linux, AIX, and HP-UX * Illustrates dozens of example tasks, pre
Unix Shell Scripting 2nd edition is a practical reference book to UNIX shell scripting. There are 954 pages committed to various scripts appropriate for any type of production environment: research, banking, web hosting, personal, security or system administration. Each script is well written. His s
Acknowledgments. Introduction. Part One: The Basics of Shell Scripting. Chapter 1: Scripting Quick Start and Review. Chapter 2: 24 Ways to Process a File Line-by-Line. Chapter 3: Automated Event Notification. Chapter 4: Progress Indicators Using a Series of Dots, a Rotating Line, or Elapsed Time.