Go to the first, previous, next, last section, table of contents.
Zsh is a UNIX command interpreter (shell) usable as an interactive login shell and as a shell script command processor. Of the standard shells, zsh most closely resembles ksh but includes many enhancements. Zsh has command line editing, builtin spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a host of other features.
Zsh was originally written by Paul Falstad <pf@zsh.org>
. Zsh is
now maintained by the members of the zsh-workers mailing list
<zsh-workers@sunsite.auc.dk>
. New development is currently
coordinated by Peter Stephenson <pws@zsh.org>
. The
coordinator can be contacted at <coordinator@zsh.org>
, but
matters relating to the code should generally go to the mailing list.
Zsh is available from the following anonymous FTP sites. These mirror sites are kept frequently up to date. The sites marked with (H) may be mirroring ftp.cs.elte.hu instead of the primary site.
Known only to the recipients of the zsh-workers
mailing list.
To join the mailing lists, see section Mailing Lists.
Zsh has 3 mailing lists:
<zsh-announce@sunsite.auc.dk>
<zsh-users@sunsite.auc.dk>
<zsh-workers@sunsite.auc.dk>
To subscribe or unsubscribe, send mail to the associated administrative address for the mailing list.
<zsh-announce-subscribe@sunsite.auc.dk>
<zsh-users-subscribe@sunsite.auc.dk>
<zsh-workers-subscribe@sunsite.auc.dk>
<zsh-announce-unsubscribe@sunsite.auc.dk>
<zsh-users-unsubscribe@sunsite.auc.dk>
<zsh-workers-unsubscribe@sunsite.auc.dk>
YOU ONLY NEED TO JOIN ONE OF THE MAILING LISTS AS THEY ARE NESTED. All submissions to zsh-announce are automatically forwarded to zsh-users. All submissions to zsh-users are automatically forwarded to zsh-workers.
If you have problems subscribing/unsubscribing to any of the mailing
lists, send mail to <listmaster@zsh.org>
. The mailing lists are
maintained by Karsten Thygesen <karthy@kom.auc.dk>
.
The mailing lists are archived; the archives can be accessed via the
administrative addresses listed above. There is also a hypertext
archive, maintained by Geoff Wing <gcw@zsh.org>
, available at
http://www.zsh.org/mla/
.
Zsh has a list of Frequently Asked Questions (FAQ), maintained by
Peter Stephenson <pws@zsh.org>
. It is regularly posted to the
newsgroup comp.unix.shell and the zsh-announce mailing list.
The latest version can be found at any of the Zsh FTP sites, or at
http://www.zsh.org/FAQ/
. The contact address for FAQ-related matters
is <faqmaster@zsh.org>
.
Zsh has a web page which is located at http://www.zsh.org/
. This is
maintained by Karsten Thygesen <karthy@zsh.org>
, of SunSITE Denmark.
The contact address for web-related matters is <webmaster@zsh.org>
.
sh(1), csh(1), tcsh(1), rc(1), bash(1), ksh(1), zshbuiltins(1), zshcompctl(1), zshexpn(1), zshparam(1), zshzle(1), zshoptions(1), zshmisc(1)
IEEE Standard for information Technology - Portable Operating System Interface (POSIX) - Part 2: Shell and Utilities, IEEE Inc, 1993, ISBN 1-55937-255-9.
Go to the first, previous, next, last section, table of contents.