How do I seach a directory tree for "most recently written file"

A

Al Dykes

I frequently want to find the file names and dates in a large
directory tree that were most recently written. I don't see how the
DIR command options can do it.

A flat list of files (as a path) and wite dates, sorted by write date
when piped through MORE, would do it. DIR seems to sort dates within
folders, and I don't need to see the directory name as a seperate
line.

A small utility seems to be called for.

Any suggestions?
 
M

mikeyhsd

use SEARCH and advanced options to search by date, size, etc.....



(e-mail address removed)




I frequently want to find the file names and dates in a large
directory tree that were most recently written. I don't see how the
DIR command options can do it.

A flat list of files (as a path) and wite dates, sorted by write date
when piped through MORE, would do it. DIR seems to sort dates within
folders, and I don't need to see the directory name as a seperate
line.

A small utility seems to be called for.

Any suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top