Delete all files beyond a specific number of days in the past.... eg keep the newest 60 days worth of files.
find /path/to/files/ -mindepth 1 -mtime +60 -type f -delete
Use lines as you wish on this page. Please give credit where credit is due.
H32 and its entities and other legal beings cannot be held liable for any misuse of these commands. You delete data, do something malicious, whatever... thats on you.