Peter Davies

Contact

E: Peter Davies
P: 0845 310 5320

SocNet's

Blog‎ > ‎

Find files modified within the last day

posted 28 Apr 2009 01:07 by Peter Davies   [ updated 28 Apr 2009 01:13 ]
You can use this simple command to find all files modified within a day:

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