sh
Bourne shell, the standard command language interpreter.
See also `histexpand` for history expansion.
- Start an interactive shell session:
sh
- Execute a command and then exit:
sh -c "{command}"
- Execute a script:
sh {path/to/script.sh}
- Read and execute commands from stdin:
sh -s
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).