dash
all
Debian Almquist Shell, a modern, POSIX-compliant implementation of `sh` (not Bash-compatible).
More info →Examples (7)
Start an interactive shell session
Execute specific [c]ommands
dash -c "echo 'dash is executed'"Execute a specific script
dash path/to/script.shCheck a specific script for syntax errors
dash -n path/to/script.shExecute a specific script while printing each command before executing it
dash -x path/to/script.shExecute a specific script and stop at the first [e]rror
dash -e path/to/script.shmade by @shridhargupta | data from tldr-pages