Is there a way to enumerate all the variables in a bash script and print out their values?
If that is not possible is there a way to print out the value of avariable give its name, ie from a string like 'ABC' print the value of $ABC if it has been assigned?