How To Find Files Modified In The Last Two Days

RegisterLogin
How To Find Files Modified In The Last Two Days
Post Description: ok, so you have some files you want to look for, but lets say you only want to find the files which you have only edited within the last 2 days, you can use this command to do that
Tags: how, to, find, files, modified, in, the, last, two, days
This Post Was Posted On Mar 22, 2010 By Hostman #3280
ok, so you have some files you want to look for, but lets say you only want to find the files which you have only edited within the last 2 days, you can use this command to do that

# find / -mtime 2

-mtime n
Files data was last modified n*24 hours ago. See the comments for -atime to understand how rounding affects the interpretation of file modification times.
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
©2011 Webune Forums - Wed Dec 21, 2011 6:42 am
Powered by: Webune Forums V3