BASH - A Brief Explanation
What is Bash?
Bash(Bourne Again SHell) is a scripting language used by the shell.
It allows the user to enter bash commands into the terminal to interact with computer.
Common Bash Commands
- ls - list out the current content in directory
- cd - change directory
- cat .txt - print out a specific file to terminal
Bash Tutorial