|
|
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 2.04.
See also: Bash.org, a popular website with humorous quotes.
External links