| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Bash uses certain shell variables in the same way as the Bourne shell. In some cases, Bash assigns a default value to the variable.
CDPATH
cd builtin command.
HOME
cd builtin
command.
The value of this variable is also used by tilde expansion
(see section 3.5.2 Tilde Expansion).
IFS
MAIL
MAILPATH variable
is not set, Bash informs the user of the arrival of mail in
the specified file.
MAILPATH
$_ expands to the name of
the current mail file.
OPTARG
getopts builtin.
OPTIND
getopts builtin.
PATH
PS1
PS1 is displayed.
PS2
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |