Find New Files
Tagged with: command, date, find, Linux, modified, search, time
Friday, May 30th, 2008 11:06 PM
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