Variables And Array In Shell Scripting
What is a Variable in Shell Scripting?
-> Variable is like a container or a box where we store the data or value.
Example -
<variable name>=value
name="bhaskar"
-> And to use this variable value in the script, we have to use $ and then variable name(...