Variable and Comments in Shell Scripts.
What are the comments?
It is important to understand that comments are a crucial part of any script. They are not executed, but they provide valuable information about the Script.
How we can write comments? We can write comments by a hash (#) at the ...