PDA

View Full Version : Keeping track of newly added files



madtinkerer
November 14th, 2006, 12:39 PM
I'm trying to write a script that will find files on my system which were added less than a week ago. I know I can use find -ctime, but that only works for individual days. How can I use find to look for files added 7 days or less ago from the current time?

Thanks