zsh-users
 help / color / mirror / code / Atom feed
From: Valodim Skywalker <valodim@mugenguild.com>
To: Oliver Kiddle <okiddle@yahoo.co.uk>
Cc: Matthias Vallentin <vallentin@icsi.berkeley.edu>, zsh-users@zsh.org
Subject: Re: Applying glob qualifiers to non-variable types
Date: Fri, 16 Nov 2012 22:55:58 +0100	[thread overview]
Message-ID: <20121116215558.GA30854@mugenguild.com> (raw)
In-Reply-To: <6033.1353095715@thecus.kiddle.eu>

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

You can actually apply these kinds of operations to arrays, ie:

# read into array, linewise
files=( ${(f)"$(command)"} )

# use :t and :r on array - those apply per element
print -l ${files:t:r}

 - V

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

      reply	other threads:[~2012-11-16 22:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-16 18:00 Matthias Vallentin
2012-11-16 19:55 ` Oliver Kiddle
2012-11-16 21:55   ` Valodim Skywalker [this message]

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=20121116215558.GA30854@mugenguild.com \
    --to=valodim@mugenguild.com \
    --cc=okiddle@yahoo.co.uk \
    --cc=vallentin@icsi.berkeley.edu \
    --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).