Bash (Unix shell)
Bash is a Unix command shell written for the GNU project.
Its name is an acronym for Bourne-again shell — a pun on the Bourne shell sh, which was the original Unix shell. The original Bourne shell was written by Stephen Bourne. The Bash shell was written in 1987 by Brian Fox. In 1990, Chet Ramey became the primary maintainer.
The bash command syntax is largely backward-compatible with sh, and includes ideas drawn from ksh and csh, such as the command history, the directory stack, the $RANDOM variable, and the POSIX form of command substitution, '$('. It also supports auto-completion of partly typed-in program names, filenames etc.
Bash is the default shell on most GNU/Linux systems as well as on Mac OS X Panther, and it can be run on most Unix-like operating systems. It has also been ported to Microsoft Windows by the Cygwin project.
Bash is distributed under the GNU General Public License. It is available for download from many sites on the Internet, including the GNU project's FTP site [1]. The latest stable version is 3.0[2].