adam.nz
about
posts
projects
contact
# find / -type f ( -name core -o -name dead.letter ) -atime +7 -mtime +7 -exec rm -f {} ;
Search the entire drive for files called
core
or
dead.letter
which are older then 7 days and delete them.