shell script is a list of commands in a computer program that is run by the Unix shell which is a command line interpreter. A shell script usually has comments that describe the steps.
In this Course we will handle the most Important Things About Shell Scripting:
Variables
Special Variables
Operators
If ... else
Case ... esac
Loops
Functions