Delete older files than 60 days

find

find . -type f -mtime +60 -delete
click the source code to copy install find on any operating system with command-not-found.com