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

  1. ls - list out the current content in directory
  2. cd - change directory
  3. cat .txt - print out a specific file to terminal
Bash Tutorial