Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Why doesn't this work?



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