Go to the previous, next section.

C Shell Variables

IGNOREEOF
If this variable is set, it represents the number of consecutive EOFs Bash will read before exiting. By default, Bash will exit upon reading a single EOF.

cdable_vars
If this variable is set, Bash treats arguments to the cd command which are not directories as names of variables whose values are the directories to change to.

Go to the previous, next section.