access env variable in bash code example
Example 1: env variable bash
#print enviornment variable bash
echo $TEST_VAR
Example 2: bash get environment variable
Just type next command to list all environments varialbes in terminal:
printenv
#print enviornment variable bash
echo $TEST_VAR
Just type next command to list all environments varialbes in terminal:
printenv