mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-25 18:03:07 +03:00
sh: add page
This commit is contained in:
parent
b566deb4ff
commit
a8150aafd2
20
pages/common/sh.md
Normal file
20
pages/common/sh.md
Normal file
@ -0,0 +1,20 @@
|
||||
# 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`
|
Loading…
Reference in New Issue
Block a user