mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 19:17:57 +01:00
323 B
323 B
zsh
Z SHell.
bash
andsh
-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}}