Encyclopedia  |   World Factbook  |   World Flags  |   Reference Tables  |   List of Lists     
   Academic Disciplines  |   Historical Timeline  |   Themed Timelines  |   Biographies  |   How-Tos     
Your Ad Here
Sponsor by The Tattoo Collection


Bash
Main Page | See live article | Alphabetical index

Bash

Bash is a Unix command shell written for the GNU project. As with all Unix commands, it is case-sensitive and will only run as bash.

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. Bash was primarily written by Brian Fox and Chet Ramey.

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[1].

External links


See also: Bash.org, a popular website with humorous quotes.