Open main menu

Shell scripting

Revision as of 23:06, 30 January 2007 by Freephile (talk | contribs) (short intro to Bash)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)

The Linux Documentation Project has an excellent (comprehensive) guide to Bash shell scripting http://en.tldp.org/LDP/abs/html/

Bash is the Bourne Again SHell, based on the original Bourne shell. Bash is the default shell interpreter on Linux (and Mac OSX). Other shell varieties include the Korn shell and C Shell, but Bash is the most common.