Find New Files
Tagged with: command, date, find, Linux, modified, search, time
Search files created or changed within 10 days
find /usr/bin -type f -mtime -10
Search files created or changed within 10 days
find /usr/bin -type f -mtime -10
This entry was posted on Friday, May 30th, 2008 at 11:06 pm and is filed under Command Line, Linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.