Thread
:
list files by modified
View Single Post
#
2
(
permalink
)
02-28-2008, 08:07 AM
Luke
Administrator
Join Date: Jan 2008
Posts: 3
Search the system for files that were modified within the last two days (good candidates for backing up):
find / -mtime -2 -print
You you can change the -mtime accordingly!
Luke
View Public Profile
Send a private message to Luke
Find all posts by Luke