zsh - zshell for windows (unix style shell)

  • Thread starter Thread starter (ProteanThread)
  • Start date Start date
P

(ProteanThread)

Zsh is a UNIX command interpreter (shell) which of the standard shells
most resembles the Korn shell (ksh); its compatibility with the 1988
Korn shell has been gradually increasing. It includes enhancements of
many types, notably in the command-line editor, options for customising
its behaviour, filename globbing, features to make C-shell (csh) users
feel more at home and extra features drawn from tcsh (another `custom'
shell).

It was written by Paul Falstad when a student at Princeton; however,
Paul doesn't maintain it any more and enquiries should be sent to the
mailing list (see question 5.2). Zsh is distributed under a standard
Berkeley style copyright.

For more information, the files Doc/intro.txt or Doc/intro.troff
included with the source distribution are highly recommended. A list of
features is given in FEATURES, also with the source.


http://www.zsh.org
 
Back
Top