Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: associative array questions
- X-seq: zsh-users 28527
- From: Ray Andrews <rayandrews@xxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: associative array questions
- Date: Mon, 12 Dec 2022 19:31:27 -0800
- Archived-at: <https://zsh.org/users/28527>
- In-reply-to: <CAH+w=7aQgCJcSOL2_VwAm1RUGibMATkNQuka8wq0Faf4iPB2JA@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- References: <d9db366e-374f-8135-3d78-132a51bf0d06@eastlink.ca> <CAH+w=7Z7WPNwWFGft7u9N3=anVT5pJyhG3QXHh-W2nLsbgDFMQ@mail.gmail.com> <e2a32c64-2d15-3994-96cb-27c3e729ae1e@eastlink.ca> <CAH+w=7aQgCJcSOL2_VwAm1RUGibMATkNQuka8wq0Faf4iPB2JA@mail.gmail.com>
On 2022-12-11 13:41, Bart Schaefer wrote:
Bart:
I'm experimenting with your suggestions:
${(P)list::="tea for two"}
... and I get the 'command not found: 'tea for two' ' message. Rather
silly but:
echo ${(P)list::="tea for two"} > /dev/null
... and the real application works fine. The assignment happens and
there's no looking for a command.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author