Z shell

Z shell

Screenshot of a zsh session
Original author(s) Paul Falstad[1]
Developer(s) Peter Stephenson, et al.[1]
Stable release 5.0.7 / October 8, 2014
Written in C
Operating system Various
Type Unix shell
License MIT-like[2]
Website www.zsh.org

The Z shell (zsh) is a Unix shell that can be used as an interactive login shell and as a powerful command interpreter for shell scripting. Zsh can be thought of as an extended Bourne shell with a large number of improvements, including some features of bash, ksh, and tcsh.

Origin

The first version of zsh was written by Paul Falstad in 1990[3] when he was a student at Princeton University.[4] The name zsh derives from Yale professor Zhong Shao's (then a teaching assistant at Princeton University) name — Paul Falstad thought that Shao's login name, "zsh", was a good name for a shell.[5][6] The American English pronunciation of Z is "zee", so Z shell rhymes with C shell, which is a homophone of seashell.

Features

Z shell's configuration utility for new users

Features of note include:

Attesting to the sheer size of this shell is the famous first sentence of the shell's manual page, which reads "Because zsh contains many features, the zsh manual has been split into a number of sections" and then goes on to list seventeen items.[8]

See also

References

  1. 1.0 1.1 "The Z Shell Manual" (Version 5.0.0). Sourceforge.net. July 21, 2012. Retrieved September 18, 2012.
  2. "zsh / Code / [281031] /LICENCE". Paul Falstad. Retrieved February 7, 2015.
  3. "zsh - a ksh/tcsh-like shell (part 1 of 8)". alt.sources. December 14, 1990. Retrieved September 18, 2012.
  4. "Z-Shell Frequently-Asked Questions". Sourceforge.net. February 15, 2010. Retrieved September 18, 2012.
  5. "The Z-Shell (ZSH) Lovers' Page". Guckes.net. c. 2004. Retrieved October 2, 2012.
  6. "Zsh Mailing List Archive". Zsh.org. August 8, 2005. Retrieved October 2, 2012.
  7. "Oh My ZSH - Community driven framework with 150+ plugins and 100+ themes". Retrieved May 7, 2014.
  8. "zsh(1): Z shell - Linux man page". Retrieved July 14, 2014.

External links

Official

Articles

Other