The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Finding modified files
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Finding modified files
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
12-16-2004
gull04
Registered User
Join Date: Dec 2004
Location: Isle-of-Skye
Posts: 9
Hi,
You could try the following as a quick fix;
$>cd /directory
$>find ./ -type f -mtime -2 -print
It should also be noted that it is possible to use atime which may give more suitable results depending on the info that you want.
Rgds
Dave
gull04
View Public Profile
Visit gull04's homepage!
Find all posts by gull04