mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 06:17:55 +01:00
sh: add page
This commit is contained in:
parent
b566deb4ff
commit
a8150aafd2
1 changed files with 20 additions and 0 deletions
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 a new issue