Last Updated: February 25, 2016
·
392
· voroninman

Find the files that were modified within the last 5 mins

find / -type f -mmin -5 -print 2> /dev/null | egrep -v "^/(proc|sys|dev)"