[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] variable variables in bash/ksh?



>> eval echo $`echo ${XYZ}`
> That did not appear to work for me.

Seems to work both in bash and korn, but it doesn't do the conditional 
interpolation like in the example that you gave, true enough.

-- Jason