Customize Your Shell with Zsh and Oh-My-Zsh
www.opensourceforu.com › 2014 › 10Oct 12, 2014 · Z shell (zsh) is a powerful interactive login shell and command interpreter for shell scripting. A big improvement over older shells, it has a lot of new features and the support of the Oh-My-Zsh framework that makes using the terminal fun. Released in 1990, the zsh shell is fairly new compared to its older counterpart, the bash shell.
Globbing with zsh | Linuxaria
linuxaria.com › howto › globbing-con-zshOct 23, 2010 · Glob qualifiers are another nice addition to Zsh: it has the ability to select types of files by using some flags in parentheses at the end of the globbing pattern. You can use (.) for regular files only, (/) for directories, (*) for executable files, (@) for symlinks, (=) for sockets, (p) for named pipes, (%) for device files, (%b) for block ...
Globbing with zsh | Linuxaria
https://linuxaria.com/howto/globbing-con-zsh23.10.2010 · Glob qualifiers are another nice addition to Zsh: it has the ability to select types of files by using some flags in parentheses at the end of the globbing pattern. You can use (.) for regular files only, (/) for directories, (*) for executable files, (@) for symlinks, (=) for sockets, (p) for named pipes, (%) for device files, (%b) for block files and (%c) for character files.