$ a=ok

$ b=a

$ echo ${!b-a}
ok

$ unset b

$ echo ${!b-a}
a



imho, the last command should expand to "ok" too




Reply via email to