Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Zsh Guide chapter 5 (substitutions)
- X-seq: zsh-users 4164
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>, martin.ebourne@xxxxxxxxxxxx, zsh-users@xxxxxxxxxx
- Subject: RE: Zsh Guide chapter 5 (substitutions)
- Date: Thu, 23 Aug 2001 11:41:03 +0400
- Importance: Normal
- In-reply-to: <007301c12ba5$70b84fd0$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
> > %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