Concept Flow - What a shell script is
Write commands in a text file
Save file with .sh extension
Make file executable
Run script in shell
Shell reads commands one by one
Commands execute in order
Output or actions happen
Script ends
A shell script is a text file with commands that the shell runs step-by-step to automate tasks.