pdksh
transitional dummy package to migrate from pdksh to mksh
Install
- All systems
-
curl cmd.cat/pdksh.sh
- Debian
-
apt-get install pdksh
- Ubuntu
-
apt-get install pdksh
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pdksh
- Raspbian
-
apt-get install pdksh
- Dockerfile
- dockerfile.run/pdksh
pdksh
transitional dummy package to migrate from pdksh to mksh
The Public Domain Korn Shell "pdksh" is a mostly complete AT&T ksh look-alike, but has been superseded by mksh. This transitional dummy package exists to fulfil the needs of existing users, dependencies and build-dependencies by providing pdksh symlinks to the legacy flavour of mksh. You can safely remove it once you have no remaining users or scripts depending on pdksh any more (do make sure to check users' login shells). Note: the mksh legacy flavour is not intended for interactive use. Please change your login shell to /bin/mksh and copy /etc/skel/.mkshrc to your home directory.