Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ls most recent files in a hierarchy
- X-seq: zsh-users 10035
- From: zzapper <david@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: ls most recent files in a hierarchy
- Date: Thu, 16 Mar 2006 12:31:15 +0000 (UTC)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: SuccessTheory
- References: <Xns9788654E75Bzzappergmailcom@xxxxxxxxxxx> <20060316014618.GC16669@xxxxxxxxxxxxxxxxxxx> <060315195731.ZM16051@xxxxxxxxxxxxxxxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
Thanks Zedites
The following is most useful for solving the "What was the name of the file
I created/modified recently somewhere in this hierarchy" problem
# list 5 most recent files in hierarchy
ls -lt **/*.tex(D.om[1,5])
# variation with paging
ls -lt **/*.tex(D.om) | more
Messages sorted by:
Reverse Date,
Date,
Thread,
Author