6 / 102
Various Shells
sh: Bourne shell, the original and perhaps the simplest Unix shell.csh: C shell, with a syntax modeled after the C programming language.tcsh: a superset of the C shell.ksh: Korn shell, compatible with the Bourne shell, it includes many features of the C shell as well.bash: Bourne Again shell, largely backward-compatible with sh, it includes ideas drawn from ksh and csh.- ...
- Unix shells - http://en.wikipedia.org/wiki/UNIX_shell
- Differing Shell Features, in Introduction to Linux. Machtelt Garrels - http://tldp.org/LDP/intro-linux/html/x8224.html