zsh Command Examples

Z SHell, a Bash-compatible command-line interpreter. See also: bash, histexpand. More information: https://www.zsh.org.

zsh

zsh -c "{{echo Hello world}}"

zsh {{path/to/script.zsh}}

zsh --no-exec {{path/to/script.zsh}}

{{echo Hello world}} | zsh

zsh --xtrace {{path/to/script.zsh}}

zsh --verbose

noglob {{command}}