Given:
export A='TEST_'
export B='VAR'
How would I get the value of $TEST_VAR
in this case?
Some more conditions:
- should work both on
sh
andbash
of the latest versions.- should not use any not pre-installed ubuntu dependencies.
- should be the simplest one liner solution