mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 07:15:22 +02:00
commit
c3d19b590d
1 changed files with 20 additions and 0 deletions
20
pages/common/zsh.md
Normal file
20
pages/common/zsh.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue