Specific files by date?

Don Erickson derick at shark.zeni.net
Wed Apr 2 13:09:05 CST 2003


In article <5.2.0.9.0.20030401162022.036f9008 at mail.dslonramp.com> you write:
>What's a quickie way to see the files in a certain date range (or most 
>recent) ?   I don't think I have one big smoking gun on my file size 
>problem on a root directory . . . so now it's time to go for the small fish 
>approach.

# find / -mtime 1
       ^        ^
     path    when modified

will give you a list of files modified in the last day.  "man find" will
make all things clear.

Regards,

-Don




More information about the Kclug mailing list