bash store string results of a command in a variable code example
Example: bash store string in variable
${!var} #Just use to use reference value inside another variable ;)
${!var} #Just use to use reference value inside another variable ;)