I need to find the value of:
My script asks for the name you want to look up and I want it to return the value of $Namenumber
I was thinking:
Code:
number=$"$name"number
but this returns
but does not actually resolve what the variable $Namenumber is equal to.
How would you do this?
Thank you