In a previous article we saw how to install and configure zsh, today we’ll see in detail the options offered by the zsh for globbing or how the shell use some special characters to auto-complete our commands. Please note: most command you’ll see here could be accomplished with particular switch of the command, for example […]
introduction to zsh
zsh it’s a perfect alternative to the classic bash that we have as default on our linux box. zsh is a shell designed for interactive use, although it is also a powerful scripting language. Many of the useful features of bash, ksh, and tcsh were incorporated into zsh; many original features were added. Origin The […]