Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Shell Programming in Unix, Linux and OS X: The Fourth Edition of Unix Shell Programming (4th Edition)

Posted By: Grev27
Shell Programming in Unix, Linux and OS X: The Fourth Edition of Unix Shell Programming (4th Edition)

Stephen G. Kochan, Patrick Wood, "Shell Programming in Unix, Linux and OS X: The Fourth Edition of Unix Shell Programming (4th Edition) "
English | ISBN: 0134496000 | 2016 | PDF/EPUB | 456 pages | 5 MB/19 MB

Shell Programming in Unix, Linux and OS X is a thoroughly updated revision of Kochan and Wood’s classic Unix Shell Programming tutorial. Following the methodology of the original text, the book focuses on the POSIX standard shell, and teaches you how to develop programs in this useful programming environment, taking full advantage of the underlying power of Unix and Unix-like operating systems.

After a quick review of Unix utilities, the book’s authors take you step-by-step through the process of building shell scripts, debugging them, and understanding how they work within the shell’s environment. All major features of the shell are covered, and the large number of practical examples make it easy for you to build shell scripts for your particular applications. The book also describes the major features of the Korn and Bash shells.

Learn how to…
Take advantage of the many utilities provided in the Unix system
Write powerful shell scripts
Use the shell’s built-in decision-making and looping constructs
Use the shell’s powerful quoting mechanisms
Make the most of the shell’s built-in history and command editing capabilities
Use regular expressions with Unix commands
Take advantage of the special features of the Korn and Bash shells
Identify the major differences between versions of the shell language
Customize the way your Unix system responds to you
Set up your shell environment
Make use of functions
Debug scripts