Mastering Unix Shell Scripting: Bash, Bourne, and Korn Shell Scripting for Programmers, System Administrators, and UNIX Gurus, 2nd EditionISBN: 978-0-470-18301-4
Paperback
1032 pages
June 2008
This is a Print-on-Demand title. It will be printed specifically to fill your order. Please allow an additional 10-15 days delivery time. The book is not returnable.
|
Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.
Chapter | Page | Details | Date | Print Run |
---|---|---|---|---|
"Bash" in code should be "bash" as UNIX is case sensitive ERRATA: (This errata is for the first 4,000 copies of this book.) During the course of editing this book, a global search-and-replace was conducted that changed all instances of "bash" to "Bash" in the code. Given that UNIX is case-sensitive, references in the code should be to "bash". Note that all the original code available at the Downloads tab of this page was never affected. The result was limited to the first line of Bash shell scripts, defined as: #!/bin/Bash Instead, the correct declaration should be: #!/bin/bash In the book you may also see some Bash shell script filenames incorrectly named with a ".Bash" filename extension instead of the correct ".bash" filename extension. For example, the filename: my_shell_script.Bash should actually be: my_shell_script.bash Thanks for your understanding. |
June 2, 2008 | 1st |