Removing files older than 7 days

December 9th, 2009   Filed Under General, Scripts  

find ./ -type f -mtime +7 -exec rm -f {} \;

http://www.unix.com/unix-dummies-questions-answers/37258-removing-files-older-than-7-days.html


Comments

Leave a Reply