[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

bash :how to do



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