Linux: using find to locate files older than <date>
Posted
by DrStalker
on Server Fault
See other posts from Server Fault
or by DrStalker
Published on 2010-03-16T04:22:48Z
Indexed on
2010/03/16
5:06 UTC
Read the original article
Hit count: 344
find has good support for finding files the more modified less than X days ago, but how can I use find to locate all files modified after a certain date?
I can't find anything in the find man page to do this, only to compare against another files time or to check for differences between created time and now. Is making a file with the desired time and comparing against that the only way to do this?
© Server Fault or respective owner