Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How should I construct this?
- X-seq: zsh-users 17768
- From: "TJ Luoma" <tj@xxxxxx>
- To: thomasg <thomas@xxxxxxxxxxxxxx>
- Subject: Re: How should I construct this?
- Date: Wed, 24 Apr 2013 14:56:57 -0400
- Cc: "Zsh-Users List" <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-type; s=smtpout; bh=hfCGrs6YiQzWtpxEI1v+P7QiNRw=; b=tf5vaBTRY1cAA51AlfYjtHm8NAGw TSO9iXQe0E6vsVp126DuaGLW15gHhUrjNKxd7iGjdj5MnoySsLUswxaphz7QbM2N Rxv98u0QzL0y6PDejv23KNYVuGpJrZtAPAOPdW1BCuI4GCn7kT8X4Gdea1Y7yCGo vuAVHsBREj9Wj40=
- In-reply-to: <CABgBRiKKX_C1ebV+eTz1CSsHtE5-rux1mqDUDQ5yAaJDc+GY=Q@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <E8BAA866-89AF-40DE-AB25-E17AD3042DDA@gmail.com> <CABgBRiKKX_C1ebV+eTz1CSsHtE5-rux1mqDUDQ5yAaJDc+GY=Q@mail.gmail.com>
On 24 Apr 2013, at 14:39, thomasg wrote:
What you want to use in a case like this are hashtables.
Basically this is a special array type, defined like this:
Ooh, I _knew_ there had to be a way.
Hashtables, eh? I've never used one of those before. Looking forward to
playing with that.
(Have I mentioned that I've used zsh for ~20 years and feel like I'm
only using 0.001% of what it can do? Stuff like this is why!)
Thanks again
TjL
Messages sorted by:
Reverse Date,
Date,
Thread,
Author