Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ignoring files with **/*(.om[1,20])
- X-seq: zsh-users 17862
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: ignoring files with **/*(.om[1,20])
- Date: Thu, 11 Jul 2013 17:22:22 +0100
- In-reply-to: <XnsA1FAA8086EE0Bdavidrayninfocouk@80.91.229.13>
- 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: Samsung Cambridge Solution Centre
- References: <XnsA1FAA8086EE0Bdavidrayninfocouk@80.91.229.13>
On Thu, 11 Jul 2013 15:30:59 +0000 (UTC)
zzapper <david@xxxxxxxxxxxxxx> wrote:
> ls **/*(.om[1,20]) # 20 newest files anywhere
>
> how can I exclude say vssver.scc files
setopt extendedglob
ls **/^vssver.scc(.om[1,20])
ought to do it.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author