Bash is a command processor that typically runs in a text window where the user types commands that cause actions. Bash
can also read and execute commands from a file, called a shell script.
It is used to automate repetitive tasks on Linux file system. It might include a set of commands, or a single command, or it might
contain the hallmarks of imperative programming like loops, functions, conditional constructs.