ksh93

KornShell (ksh93) - a powerful POSIX-compliant Unix shell

brewmacoslinux
Try with needOr install directly
Source

About

KornShell, ksh93

Commands

ksh

Examples

Start an interactive KornShell session$ ksh
Execute a shell script with ksh93$ ksh script.sh
Run a command with ksh93 interpreter$ ksh -c 'echo "Hello from KornShell"'