Shell scripting: Difference between revisions

added link to the beginners guide
 
Line 2: Line 2:


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.
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.
[[Category:System Administration]]