Bash 4.3 Reference Manual
Author | : Chet Ramey |
Publisher | : Samurai Media Limited |
Total Pages | : 174 |
Release | : 2015-11-06 |
ISBN-10 | : 988838127X |
ISBN-13 | : 9789888381272 |
Rating | : 4/5 (272 Downloads) |
Download or read book Bash 4.3 Reference Manual written by Chet Ramey and published by Samurai Media Limited. This book was released on 2015-11-06 with total page 174 pages. Available in PDF, EPUB and Kindle. Book excerpt: This manual is the definitive reference for GNU Bash. Bash is a command processor that typically runs in a text window, where the user types commands that cause actions. Bash can also read commands from a file, called a script. Like all Unix shells, it supports filename globbing (wildcard matching), piping, here documents, command substitution, variables and control structures for condition-testing and iteration. The keywords, syntax and other basic features of the language were all copied from sh. Other features, e.g., history, were copied from csh and ksh. Bash is a POSIX shell, but with a number of extensions.