Bash: Introduction
Major Concepts & Key Terminology
- shell
- terminal emulator
- Bash shell
- Bash command structure- bash arguments
- bash options
 
- Basic Bash commands:- pwd
- clear
- ls
- echo
- which
 
- Bash Shell Variables- $BASH
- $HOME
- $PATH
 
- Bash Help- man
- --helpoption
 
pwdclearlsechowhich$BASH$HOME$PATHman--help option