Results 1 to 3 of 3
After the configuration run, there are lots of files updated.
How to find the latest updated file in certain time range?
Like under WinXP or Win2000, we might specify the ...
- 11-02-2006 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 18
find the latest updated files
After the configuration run, there are lots of files updated.
How to find the latest updated file in certain time range?
Like under WinXP or Win2000, we might specify the time range to search.
- 11-02-2006 #2Linux Newbie
- Join Date
- Aug 2006
- Posts
- 226
What desktop are you running? In KDE there is a Properties tab for the Find program that allows you to select a date or time range.
- 11-02-2006 #3
The find command has such options. You might use something like this, for instance, to search for files updated within the last 3 minutes:
If you run the man find command, you will find a whole score of options. Options regarding times can be found under the TESTS category.Code:find . -cmin -3
DISTRO=Arch
Registered Linux User #388732


Reply With Quote