Find files modified within the last day

Written by Peter Davies on .

You can use this simple command to find all files modified within a day:

find /home/dev -type f -mtime -1 -print