a0000.blogspot.com
find /tmp -mtime +3 -exec rm {} \;
find /tmp -mtime +3 -exec sh -c 'ls -ld "$0"; rm "$0"' {} \;