KornShell (ksh93)
AT&T's KornShell, predecessor of many modern features.
ksh93 was the reference KornShell from AT&T Bell Labs, introducing many features later adopted by Bash and Zsh. It is still widely available on Linux as a POSIX-compatible shell.
Install
Debian/Ubuntu: sudo apt install ksh Fedora: sudo dnf install ksh Arch (AUR): yay -S ksh
