| Shell |
Symbol |
Prompt |
Description |
| bourne |
sh |
$ |
Original Unix shell written by Steve Bourne of Bell Labs. Available on
all UNIX systems. Does not have the interactive facilites provided by modern
shells such as the C shell and Korn shell. The Bourne shell does provide
an easy to use language with which you can write shell scripts. |
| korn |
ksh |
$ |
Written by David Korn of bell labs. It is now provided as the standard
shell on Unix systems. Provides all the features of the C and TC shells
together with a shell programming language similar to that of the original
Bourne shell.
|
| c shell |
csh |
% |
Written at the University of California, Berkley. As it name indicates,
it provides a C like language with which to write shell scripts.
|
| bourne again |
bash |
$ |
Public domain shell written by the Free Software Foundation under their
GNU initiative. Ultimately it is intended to be a full implementation of
the IEEE Posix Shell and Tools specification. Widely used within the academic
commnity. Provides all the interactive features of the C shell (csh) and
the Korn shell (ksh). Its programming language is compatible with the Bourne
shell (sh).
|
0 comments:
Post a Comment