SHlike
SHlike is a term used in computing to describe scripting languages and command-line interpreters that emulate the syntax and behavior of the traditional Bourne shell (sh). It groups shells and scripting languages whose design prioritizes small size, fast startup, POSIX compatibility, and straightforward, line-oriented syntax. The label is informal and varies by author; it is not a formal standard.
Typical SHlike shells implement POSIX sh features: variable assignment, command substitution, redirection, pipelines, and control structures
Examples commonly described as SHlike include dash (the Debian Almquist shell), ash (BusyBox/BusyBox-like shells), mksh, and
Usage and compatibility: SHlike scripts tend to be portable across POSIX-compliant environments; many system scripts use
See also: Bourne shell, POSIX sh, dash, ash, BusyBox, KornShell.