find temp/ -mtime +3 -type f -delete
Make sure you’re in the right folder. This will delete all files in temp/
older than 3 days.
find temp/ -mtime +3 -type f -delete
Make sure you’re in the right folder. This will delete all files in temp/
older than 3 days.