Мануалы и справочники Общие команды
zsh

Команда zsh: опции, ключи и примеры использования

zsh

Z SHell. bash and sh-compatible command line interpreter.

  • Start interactive command line interpreter:

zsh

  • Execute command passed as parameter:

zsh -c {{command}}

  • Run commands from file (script):

zsh {{file}}

  • Run commands from file and print them as they are executed:

zsh -x {{file}}

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM