Difference between revisions of "Zsh"

From Christoph's Personal Wiki
Jump to: navigation, search
(New page: right 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 ca...)
 
Line 1: Line 1:
 
[[Image:Zsh lover.png|right]]
 
[[Image:Zsh lover.png|right]]
 
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.
 
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.
 +
 +
After nearly 14 years of using the [[Bash]] shell, I have switched to using zsh as my primary shell. It is awesome!
  
 
==External links==
 
==External links==
Line 7: Line 9:
 
*[http://www.rayninfo.co.uk/tips/zshtips.html Zzappers Best of ZSH Tips]
 
*[http://www.rayninfo.co.uk/tips/zshtips.html Zzappers Best of ZSH Tips]
 
*[http://www.tuxradar.com/content/z-shell-made-easy Z shell made easy]
 
*[http://www.tuxradar.com/content/z-shell-made-easy Z shell made easy]
 +
 +
[[Category:Linux Command Line Tools]]

Revision as of 02:19, 16 June 2012

Zsh lover.png

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.

After nearly 14 years of using the Bash shell, I have switched to using zsh as my primary shell. It is awesome!

External links