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

RE: Zsh Guide chapter 5 (substitutions)



> >   %hash2 = %hash;               typeset -A hash2;
hash2=(${(kv)hash})
> >
> > Surely this should be hash2=("${(@kv)hash}") in case of empty string
> > values.
> >
> 
> 
> No (at least, if running as zsh):
> 

Sorry, you are right. 



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