zsh-users
 help / color / mirror / code / Atom feed
From: "Daniel Shahaf" <d.s@daniel.shahaf.name>
To: "Aryn Starr" <whereislelouch@icloud.com>
Cc: zsh-users@zsh.org
Subject: Re: Get the result of the last glob
Date: Wed, 21 Aug 2019 14:47:31 +0000	[thread overview]
Message-ID: <e8b6cd8c-a8d1-43b3-ae39-b3a9330b3887@www.fastmail.com> (raw)
In-Reply-To: <721145FA-3F01-473F-8DEE-8047E5065A47@icloud.com>

Aryn Starr wrote on Wed, 21 Aug 2019 14:40 +00:00:
> Thanks. I needed this to be non-interactive, and I indeed created a 
> function for it, I was just wondering if it was possible to get the 
> glob in a magic variable or sth, which it seems it is not.

Of course it's possible:

() { typeset -p argv } *
set -- *; typeset -p argv
l=( * )
for i in * ; typeset -p $i

  reply	other threads:[~2019-08-21 14:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-21 13:21 Aryn Starr
2019-08-21 14:31 ` Daniel Shahaf
2019-08-21 14:34   ` Daniel Shahaf
2019-08-21 14:40   ` Aryn Starr
2019-08-21 14:47     ` Daniel Shahaf [this message]
2019-08-21 20:54     ` Mikael Magnusson
2019-08-22  5:36       ` Aryn Starr
     [not found]       ` <6B392E5A-528B-4E73-8DF4-A10D6775D5FB__35805.0242810108$1566452299$gmane$org@icloud.com>
2019-08-22  7:32         ` Stephane Chazelas
2019-08-22  7:35           ` Aryn Starr
     [not found] <918ED85F-9DE5-4365-B962-45AD4AADDF46__5329.09398186661$1566393766$gmane$org@icloud.com>
2019-08-21 15:17 ` Stephane Chazelas
2019-08-21 15:43   ` 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=e8b6cd8c-a8d1-43b3-ae39-b3a9330b3887@www.fastmail.com \
    --to=d.s@daniel.shahaf.name \
    --cc=whereislelouch@icloud.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).