ksh93
Real, AT&T version of the Korn shell
Install
- All systems
-
curl cmd.cat/ksh93.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
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ksh
- OS X
-
brew install ksh
- Raspbian
-
apt-get install ksh
- Dockerfile
- dockerfile.run/ksh93
ksh
Real, AT&T version of the Korn shell
Ksh is a UNIX command interpreter (shell) that is intended for both interactive and shell script use. Its command language is a superset of the sh(1) shell language. The 1993 version adds a number of new, mostly scripting related, features over the 1988 version that is typically distributed with commercial UNIX variants. For example, it has lexical scoping, compound variables, associative arrays, named references and floating point math. The shcomp tool can be used to compile ksh scripts into a binary format.