This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c066ebd60c
tldr
/
pages
/
common
/
sh.md
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