zsh-users
 help / color / mirror / code / Atom feed
From: Valodim Skywalker <valodim@mugenguild.com>
To: zsh-users@zsh.org
Subject: Re: How to iterate over an array of associative arrays
Date: Sun, 14 Jul 2013 18:14:37 +0200	[thread overview]
Message-ID: <20130714161437.GA25112@mugenguild.com> (raw)
In-Reply-To: <kru9g4$gbm$1@ger.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 354 bytes --]

I couldn't get that to work, either. The associative part seems to be
lost after (P) indirection, since elements can be addressed numerically.

Anyways, here's an alternative suggestion:

  typeset -A a1 a2;
  arr=( a2 a1 ); a1=(key val1); a2=(key val2);
  for i in $arr; echo ${(e):-\$$i\[key]}

This uses (e), so beware of security implications.

 - V

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2013-07-14 16:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-14 12:35 Thorsten Kampe
2013-07-14 13:10 ` Mikael Magnusson
2013-07-14 13:36   ` Thorsten Kampe
2013-07-14 16:14     ` Valodim Skywalker [this message]
2013-07-14 16:49       ` Thorsten Kampe
2013-07-14 17:25         ` Valodim Skywalker
2013-07-14 17:21     ` Peter Stephenson
2013-07-14 19:57       ` Thorsten Kampe
2013-07-14 22:57         ` Bart Schaefer
2013-07-14 18:05     ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130714161437.GA25112@mugenguild.com \
    --to=valodim@mugenguild.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).