BASH
a command language interpreter
also called a shell because is surrounds the operating system to hide its intricate details
- scripts are executed line by line
touch (create file) echo
long_process & background_task - run commands in the background with the & sign
can create do while loops and if statements
which $SHELL to find ur shell