linux can we use environment variables wherever ? code example
Example: show env in bash
#show all variable
printenv
#result one variable
echo $LOCALAPPDATA
#show all variable
printenv
#result one variable
echo $LOCALAPPDATA