sh: add page
This commit is contained in:
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`
|
Reference in New Issue
Block a user