Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Sort directory tree contents by time completly ?



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