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

ZSH equivalent of Bash' ! operator



What'd be ZSH equivalent of Bash' ! operator that indirectly references variable

$ m=foo; foo=bar ; echo ${!m}

bar




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