I have a ridiculous question due to a ridiculous problem.
Normally if I want to get the contents of an environment variable in UNIX shell, I can do
How about this:
myVariable=$(env | grep VARIABLE_NAME | grep -oe '[^=]*$');