Trouver des fichiers RM plus anciens
find /path/to/files* -mtime +5 -exec rm {} \;
Disgusted Deer
find /path/to/files* -mtime +5 -exec rm {} \;