Bash Shell Introduction

Understanding Shells

What is Bash?

Why Use / Learn Bash?

Shell vs. Bash Shell

History of Bash

Practical Uses of Bash

Setting Up Bash

OS Command
Ubuntu/Debian sudo apt install bash
macOS brew install bash
On Windows, you can use WSL (Windows Subsystem for Linux) to run Linux or just use Git Bash for Windows.

Basic Bash Commands

Commands Description
bash --version This command shows the Bash version installed on your system.