Find
From DWIKI
Find files
Cheatsheet
Find files newer than N days
find /foo -mtime -N -type f
or
find /foo -type -f -ctime -5
Stop after first find
find /too -print -quit
find /foo -mtime -N -type f
or
find /foo -type -f -ctime -5
find /too -print -quit