This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-08-24 09:04:19 +02:00
Code
Activity
82efd2c573
Branches
Tags
No results found.
tldr
/
pages
/
common
/
sh.md
Hayden Schiff
a8150aafd2
sh: add page
2016-02-22 20:11:29 -05:00
228 B
Raw
Blame
History
sh
Bourne shell. The standard command language interpreter.
Start interactive shell:
sh
Execute a command:
sh -c {{command}}
Run commands from a file:
sh {{file.sh}}
Run commands from STDIN:
sh -s