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)"
Written by Viktor Voronin
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#