If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
+n for older than n
-n for newer than n
To find within last hour
use -cmin -60 if your version of find support it
else use touch -t to create a temp_file with a time of one hour ago
then use find's -newer temp_file