Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ignoring files with **/*(.om[1,20])
- X-seq: zsh-users 17864
- From: zzapper <david@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: ignoring files with **/*(.om[1,20])
- Date: Thu, 11 Jul 2013 17:00:12 +0000 (UTC)
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Organization: rayninfo
- References: <XnsA1FAA8086EE0Bdavidrayninfocouk@80.91.229.13> <1373559700.19343.3.camel@air.home.fifi.org> <XnsA1FAB37A7A2EDdavidrayninfocouk@80.91.229.13>
zz
>
>> ls **/^vssver.scc(.om[1,20])
>
> Philippe yep that works also what I eventually worked out
>
>> ls -lt **/*~*vssver.scc(.om[1,20])
>
and to push the boat a bit further out
ls -lt **/^(vssver.scc|*.ini)(.om[1,20])
zzapper
Messages sorted by:
Reverse Date,
Date,
Thread,
Author