C shell
From FreeBSDwiki
(Difference between revisions)
m (Reverted edits by 217.20.138.129 (Talk); changed back to last version by Jimbo) |
Revision as of 11:09, 26 January 2008
/bin/csh is where you'll find the binary of the C shell, so called because its syntax is very like the C programming language. It was written by Bill Joy of Sun Microsystems and is the only other shell besides the spartan Bourne shell (/bin/sh) that comes installed by default on a freshly-installed FreeBSD system.
FreeBSD actually uses the tcsh variant of the csh. If you run ls -i /bin/*csh you'll see that /bin/csh is a hardlink to /bin/tcsh (meaning they are actually the same file).
Other shells that you can install and customize for ease of use include the bash, psh, ksh, and zsh shells.