Zsh
From openSUSE
[edit]
About Zsh
Zsh is an interactive shell,it is also a powerful scripting language. Some of the best features of bash, ksh, and tcsh were included in zsh. Many original features were also added to make zsh a more versatile and powerful shell. The introductory document linked below shows some of the unique features of zsh.
From the man page:
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 mech-
anism, and a host of other features.
[edit]
License
Zsh is distributed under a standard Berkeley style copyright.
[edit]
External Links
http://zsh.sunsite.dk/FAQ/ FAQ's
http://zsh.sourceforge.net/Intro/intro_toc.html Introduction to Zsh
http://zsh.sourceforge.net/Guide/zshguide.html Users Guide
http://zsh.sourceforge.net/Doc/ Documentation
http://zshwiki.org/home/ Zsh Wiki

