Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: beginner needs help



>zsh$ TITI=somestuff
>zsh$ GIGI=TITI  # NOT $TITI
>
>What command I must enter in order to obtain "somestuff" and in this 
>command must not appear TITI.

eval FOO=\$$GIGI

$FOO is now somestuff.

-zefram




Messages sorted by: Reverse Date, Date, Thread, Author