Linux.com

Temporal search

Posted by: Anonymous Coward on July 10, 2006 08:04 PM
If you want to find out if any files got modified or created in the last 5 minutes (for example), then use:
<tt>find -mmin -5</tt>

#

Return to CLI Magic: Searching with find