ksh
Korn Shell. `bash` and `sh`-compatible command line interpreter.
Install
- All systems
-
curl cmd.cat/ksh.sh
- Debian
-
apt-get install ksh
- Ubuntu
-
apt-get install ksh
- Kali Linux
-
apt-get install ksh
- CentOS
-
yum install ksh
- Fedora
-
dnf install ksh
- OS X
-
brew install ksh
- Raspbian
-
apt-get install ksh
- Dockerfile
- dockerfile.run/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
© tl;dr; authors and contributors