Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: avoid file not found error with { .. } expansion
- X-seq: zsh-users 6827
- From: Thomas Köhler <jean-luc@xxxxxxxxxxxxxxxxx>
- To: Eric Smith <es@xxxxxxxxxxxx>
- Subject: Re: avoid file not found error with { .. } expansion
- Date: Mon, 1 Dec 2003 13:07:09 +0100
- Cc: Zsh Users <zsh-users@xxxxxxxxxx>
- In-reply-to: <20031201111735.GA26591@xxxxxxxxxxxx>
- Mail-followup-to: Eric Smith <es@xxxxxxxxxxxx>, Zsh Users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20031201111735.GA26591@xxxxxxxxxxxx>
Eric Smith wrote:
> What would be the correct invocation for this:
>
> $ xview {02..19}.*jpg
> zsh: no matches found: 04.*jpg
>
> in order to avoid the error of files not being found.
I think you want something like this :-)
xview <02-19>*.jpg
Ciao,
Thomas
--
Thomas Köhler Email: jean-luc@xxxxxxxxxxxxxxxxx
<>< WWW: http://jeanluc-picard.de
IRC: tkoehler
PGP public key available from Homepage!
Attachment:
signature.asc
Description: Digital signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author