I am trying to use the find command to find all files that are less then a day, week or month old.... The directory looks like it has not been updated in a while and I am trying to make sure of that...
I usually do a find /xxxx -mtime +7 -exec ls -l {} /; and list files older then 7 days.. But it did not seem to work if I try a -7...
Any ideas? I do not have to use find, if there is a better way to accomplish this....
Thanks......
I usually do a find /xxxx -mtime +7 -exec ls -l {} /; and list files older then 7 days.. But it did not seem to work if I try a -7...
Any ideas? I do not have to use find, if there is a better way to accomplish this....
Thanks......