Go to the previous, next section.
The C-Shell (csh) was created by Bill Joy at UC Berkeley. It
is generally considered to have better features for interactive use than
the original Bourne shell. Some of the csh features present in
Bash include job control, history expansion, `protected' redirection, and
several variables for controlling the interactive behaviour of the shell
(e.g. IGNOREEOF).
See section Using History Interactively for details on history expansion.
Go to the previous, next section.