zsh-users
 help / color / mirror / code / Atom feed
From: Stephane CHAZELAS <stephane_chazelas@yahoo.fr>
To: zsh-users@zsh.org
Subject: Re: checking for file existence when I don't know the exact name
Date: Mon, 24 Oct 2011 13:41:09 +0000 (UTC)	[thread overview]
Message-ID: <slrnjaaqnl.ktr.stephane.chazelas@spam.is.invalid> (raw)
In-Reply-To: <20111024143104.07ab64eb@pwslap01u.europe.root.pri>

2011-10-24, 14:31(+01), Peter Stephenson:
[...]
> matchingfiles() {
>    emulate -L zsh
>    local -a files
>    files=(${~*}(N))

Shouldn't it be 
    files=(${^~*}(N))


>    (( ${#files} ))
> }
> if matchingfiles "OmniFocus.*.omnilicense"; then
>   ...
> fi
>
> in which you now do need the double quotes.

-- 
Stephane


  reply	other threads:[~2011-10-24 13:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-24 13:16 TJ Luoma
2011-10-24 13:29 ` Jérémie Roquet
2011-10-24 14:25   ` TJ Luoma
2011-10-24 14:59     ` Jérémie Roquet
2011-10-24 15:35       ` Peter Stephenson
2011-10-24 13:31 ` Peter Stephenson
2011-10-24 13:41   ` Stephane CHAZELAS [this message]
2011-10-24 14:36   ` Vincent Lefevre
2011-10-24 13:35 ` Stephane CHAZELAS

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=slrnjaaqnl.ktr.stephane.chazelas@spam.is.invalid \
    --to=stephane_chazelas@yahoo.fr \
    --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).