Variables in Bash
To create a variable in bash, you can just assign value to the variable using (=) equal to. There shouldn't be any spaces before or after = .
You can read the value inside variable by prefixing it with $ sign, the bash automatically replace $variable...
datainfra.hashnode.dev1 min read