For questions pertaining to the bash shell command processor.
BASH stands for Bourne Again SHell which refers to the fact that BASH is a superset of an older Bourne shell (sh). It is a widely used Unix shell - a command processor interpreting user input interactively or reading commands from a script file.