find ./ -type f -mtime +7 -exec rm -f {} \;
http://www.unix.com/unix-dummies-questions-answers/37258-removing-files-older-than-7-days.html
find ./ -type f -mtime +7 -exec rm -f {} \;
http://www.unix.com/unix-dummies-questions-answers/37258-removing-files-older-than-7-days.html
Last articles