Which Shell Scripting ??
There are different types of shells.
From Unix World:
1. SH
2. CSH
3. KSH
BASH = SH + CSH + KSH
BASH is default SH - Bourne Shell BASH - Bourne / Born Again Shell
SH & BASH are same in linux
Shell is a interpreter, but not a compile.
- She-Bang & Comments
- Variables
- Inputs ( Read & Special Variables)
- Functions
- Misc ( Exit Status & Redirectors & Quotes)
- Conditions
- Loops