ksh: add page (#2620)
This commit is contained in:

committed by
Agniva De Sarker

parent
8973839f55
commit
9f41228b7a
20
pages/common/ksh.md
Normal file
20
pages/common/ksh.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# ksh
|
||||||
|
|
||||||
|
> Korn Shell.
|
||||||
|
> `bash` and `sh`-compatible command line interpreter.
|
||||||
|
|
||||||
|
- Start interactive command line interpreter:
|
||||||
|
|
||||||
|
`ksh`
|
||||||
|
|
||||||
|
- Execute a command:
|
||||||
|
|
||||||
|
`ksh -c {{command}}`
|
||||||
|
|
||||||
|
- Run commands from a file:
|
||||||
|
|
||||||
|
`ksh {{file}}`
|
||||||
|
|
||||||
|
- Run commands from a file and print them as they are executed:
|
||||||
|
|
||||||
|
`ksh -x {{file}}`
|
Reference in New Issue
Block a user