Linux: using find to locate files older than <date>
- by DrStalker
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?