tcsh

TENEX C Shell

Screenshot of a sample tcsh session
Developer(s) Ken Greer, Paul Placeway, Christos Zoulas, et al.
Stable release 6.19.00 / May 21, 2015 (2015-05-21)[1]
Written in C
Operating system Cross-platform
Type Unix shell
License BSD License
Website http://www.tcsh.org/

tcsh (/ˌtˈsʃɛl/ "tee-cee-shell", /ˈtʃɛl/ "tee-shell", or as an acronym "tee cee ess aitch") is a Unix shell based on and compatible with the C shell (csh). It is essentially the C shell with programmable command-line completion, command-line editing, and a few other features. Unlike the other common shells, functions cannot be defined in a tcsh script and the user must use aliases instead (as in csh).

History

The “t” in tcsh comes from the “T” in TENEX, an operating system which inspired Ken Greer at Carnegie Mellon University, the author of tcsh, with its command-completion feature.[2] Greer began working on his code to implement Tenex-style file name completion in September 1975, finally merging it into the C shell in December 1981.[3] Mike Ellis at Fairchild A.I. Labs added command completion in September 1983.[3] On October 3, 1983, Greer posted source to the net.sources newsgroup.[3]

Significant features

Deployment

Early versions of Mac OS X shipped with tcsh as the default shell, but the default for new accounts is bash as of 10.3. (tcsh is still provided, and upgrading the OS does not change the shell of any existing accounts). The tcsh is the default root shell of FreeBSD (the default user shell is POSIX-based)[4] and its descendants like DragonFly BSD and DesktopBSD.

See also

References

  1. Christos Zoulas. "tcsh 6.19.00". mx.gw.com. Retrieved 22 May 2015.
  2. "The T in tcsh". Archived from the original on 14 April 2012. Retrieved 31 October 2013.
  3. 1 2 3 Ken Greer (Oct 3, 1983). "C shell with command and filename recognition/completion". Newsgroup: net.sources. Retrieved Dec 29, 2010.
  4. Michael Urban; Brian Tiemann (2002). Sams teach yourself FreeBSD in 24 hours. Sams Publishing. p. 56. ISBN 978-0-672-32424-6.

External links

This article is issued from Wikipedia - version of the Wednesday, March 09, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.