Find files modified in the last two days
find / -mtime 2 -o -ctime 2
find / -mtime 2 -o -ctime 2
find / –size +10000000c –printf “%15s %pn”
find / -perm -0002 –type d -print find / -perm -0002 –type f -print
diff –changed-group-format=“%>” –unchanged-group-format=“” file1 file2
Note Great for finding effects of make install find / -cmin -5