bash
Bourne-Again SHell, an `sh`-compatible command-line interpreter.
See also `histexpand` for history expansion.
- Start an interactive shell session:
- Execute a command and then exit:
- Execute a script:
- Execute a script, printing each command before executing it:
- Execute commands from a script, stopping at the first error:
- Read and execute commands from stdin:
- Print the Bash version (`$BASH_VERSION` contains the version without license information):
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).