Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Brace Expansion
- X-seq: zsh-users 7394
- From: Thorsten Kampe <thorsten@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Brace Expansion
- Date: Fri, 23 Apr 2004 15:41:12 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <9f5i80hlg5kolhbm1behb316pe0jda0qvh@xxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
* zzapper (2004-04-23 15:15 +0100)
> This must be an old zsh chestnut EXCEPT I couldn't Google a solution
>
> I want to do a
>
>> ls -l *.{cfm,htm,html}
>
> Which I could also do in bash.
>
> In my cygwin-zsh 4.2.0 this works fine UNLESS one of the file
> extensions is ABSENT, when instead of list the remaining file types it
> gives an error message.
>
>>\ls -t *.{html,cfm,htm}
> zsh: no matches found: *.htm
Options nomatch, badpattern and cshnullglob (says my new option list)
Thorsten
Messages sorted by:
Reverse Date,
Date,
Thread,
Author