Hello, I have two variables declared in the shell environment as : $ tmp=abcd $ abcd=HELLO Is it possible for me to get the value "HELLO" echoed on screen with the help of variable tmp alone? If possible how can I get it? --TIA rk patil