Shell Scripting part-2| Variable & scope
Variables are place holders to hold values. Variables are key-value pairs.
In Shell programming, there are no data types. Every value is treated as text type or string type.
All variables are divided into 2 types--
Environment variables / predefined...
codewithabhijit.hashnode.dev2 min read