$find ~/.thumbnails -type f -atime +7 -exec rm {} \;This deletes files not accessed in last 7 days (can be used for other types of files too)
Sort of technology related, but other stuff too
$find ~/.thumbnails -type f -atime +7 -exec rm {} \;This deletes files not accessed in last 7 days (can be used for other types of files too)