Logo

GNU Bash Reference Manual by Chet Ramey, Brian Fox

Large book cover: GNU Bash Reference Manual

GNU Bash Reference Manual
by

Publisher: gnu.org
ISBN/ASIN: 0954161777
Number of pages: 186

Description:
This text is a brief description of the features that are present in the Bash shell. GNU Bash is a complete implementation of the POSIX.2 shell specification (/bin/sh), with additional features from the C-shell (csh) and Korn shell (ksh). Most Bourne shell scripts can be run by Bash without modification.

Download or read it online for free here:
Download link
(740KB, PDF)

Similar books

Book cover: An Awk PrimerAn Awk Primer
by - Wikibooks
Awk has two faces: it is a utility for performing simple text-processing tasks, and it is a programming language for performing complex text-processing tasks. Awk is useful for simple, quick-and-dirty computational programming.
(9495 views)
Book cover: Bourne Shell ScriptingBourne Shell Scripting
- Wikibooks
This book covers the practical aspects of using and interacting with the Bourne Shell, the root of all shells in Unix world. That includes interacting with the shell on a day-to-day basis for the purposes of operating the computer in normal tasks.
(11636 views)
Book cover: UNIX Text ProcessingUNIX Text Processing
by - Hayden Books
The book shows how to use UNIX to prepare written documents. An introduction to the ex, vi, and sed editors and troff and nroff text processing tools. At the end, these tools are brought together by the make utility to do any text processing job.
(16700 views)
Book cover: Bash Guide for BeginnersBash Guide for Beginners
by
Useful concepts in the daily life of a Bash user. Basic shell knowledge is required. Discussion about common shell practices and building blocks, grep, awk and sed tools with more examples. The second part is about loops, functions and traps.
(15283 views)