find -type f -and -mmin -30
find . -type f -and -mtime -1
find . -mmin +1 -mmin -180 -name “*.php”
find . -mtime -1