POSIXsh
POSIXsh refers to one or more shell implementations that aim to be strictly compliant with the POSIX shell standard (POSIX.1). The primary goal of these projects is to provide a portable, predictable execution environment for shell scripts across Unix-like systems, serving as a reference point for POSIX sh semantics and behavior.
A POSIXsh implementation focuses on the features mandated by POSIX sh, including control structures such as
Design and usage considerations emphasize portability and simplicity. POSIXsh projects are usually written in portable languages
Relation to other shells: POSIXsh differs from shells such as Bash or Dash in its emphasis on
See also: POSIX, Unix shell, dash, BusyBox ash, Almquist shell.