Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Why doesn't this work?
- X-seq: zsh-users 4011
- From: Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: Stephen Talley <talley@xxxxxxxxxx>
- Subject: Re: Why doesn't this work?
- Date: Sun, 8 Jul 2001 09:43:46 +0400 (MSD)
- Cc: <zsh-users@xxxxxxxxxx>
- In-reply-to: <20010707153240.B1172@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
On Sat, 7 Jul 2001, Stephen Talley wrote:
> % touch a.Bz
> % ls *.(#i)[bg]z
> zsh: no match
>
{tty0}:/tmp> touch b.gz
{tty0}:/tmp> ll *.(#i)gz
zsh: no matches found: *.(#i)gz
{tty0}:/tmp> setopt extendedglob
{tty0}:/tmp> ll *.(#i)gz
-rw-r--r-- 1 user 544 0 Jul 8 05:45 b.gz
> Can't see any reason why the above wouldn't work... I've tried
> it in zsh 3.1.9 and 4.0.2.
>
You have not tried hard enough :-)
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author