Remove files from tmp directory accesed at least one minute ago.

find /tmp -type f -amin +1 -exec rm -rf {} \;