Bash
From FreeBSDwiki
(Difference between revisions)
(→Redirection in bash) |
(→Redirection in bash) |
||
Line 1: | Line 1: | ||
The Bourne Again Shell (located in /bin/bash) is the default shell of the [[Linux]] operating system and is the shell that users of that system will likely be most familiar with. | The Bourne Again Shell (located in /bin/bash) is the default shell of the [[Linux]] operating system and is the shell that users of that system will likely be most familiar with. | ||
− | + | See [[bash]]'s [[man]] page for more info. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Revision as of 18:29, 30 August 2004
The Bourne Again Shell (located in /bin/bash) is the default shell of the Linux operating system and is the shell that users of that system will likely be most familiar with.
See bash's man page for more info.
Note: Bash is not available by default in the base system, but can easily be installed from ports if desired.
Other shells that you can install and customize for ease of use are the bash, tcsh, psh, ksh, zsh.
see also: bash homepage