find /tmp/ -type f -mtime +7
find /tmp/ -type f -mtime +7 -exec rm {} ;
find /tmp/ -type f -mtime +7 | xargs rm