Bourne Shell Builtins
Bourne Shell Features
Other Bourne Shell Features
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
|
A colon-separated list of directories used as a search path for
the |
HOME
|
The current user's home directory; the default for the |
IFS
|
A list of characters that separate fields; used when the shell splits words as part of expansion. |
MAIL
|
If this parameter is set to a filename and the |
MAILPATH
|
A colon-separated list of filenames which the shell periodically checks
for new mail.
Each list entry can specify the message that is printed when new mail
arrives in the mail file by separating the file name from the message with
a ` |
OPTARG
|
The value of the last option argument processed by the |
OPTIND
|
The index of the last option argument processed by the |
PATH
|
A colon-separated list of directories in which the shell looks for commands. |
PS1
|
The primary prompt string. The default value is ` |
PS2
|
The secondary prompt string. The default value is ` |