Difference between revisions of "BASH"
Chris Tyler (talk | contribs) |
Chris Tyler (talk | contribs) m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
* [[Scripts on Linux]] | * [[Scripts on Linux]] | ||
* [[BASH Redirection]] | * [[BASH Redirection]] | ||
+ | * [[BASH Variables]] | ||
* [[BASH Exit Status]] | * [[BASH Exit Status]] | ||
* [[BASH Flow Control]] | * [[BASH Flow Control]] | ||
− | [[Category:BASH | + | [[Category:BASH]][[Category:Linux]][[Category:SPR720]] |
Latest revision as of 06:59, 16 September 2008
BASH is an acronym for Bourne Again SHell. It is a command interpreter (shell) from the GNU Project, and is widely used on Linux (and, to a lesser extent, Unix) systems. It is similar to the Korn Shell (ksh), and provides a superset of the functionality of the Bourne Shell (sh).
Since BASH is the default shell on (almost all) Linux systems, it is commonly used for scripting: