Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Sort directory tree contents by time completly ?
- X-seq: zsh-users 19730
- From: Jan Larres <jan@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Sort directory tree contents by time completly ?
- Date: Mon, 12 Jan 2015 19:33:55 +1300
- In-reply-to: <20150112061032.GA12419@solfire>
- 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
- References: <20150112061032.GA12419@solfire>
On 12/01/15 19:10, Meino.Cramer@xxxxxx wrote:
> Is it possible with zsh to get a directory listing of *all* files
> in kind of the output of "ls -l", where all files are in one
> long list, which is sorted by the timestamp of those files --
> one file per line and each file with a complete path (not necessary
> as absolute path but the directory should not be listed in the
> header. I dont want heades.???
Sounds like this should do what you want:
ls -l -rt **/*(.,@)
-Jan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author