Delete File Older Than X Days Published: February 28, 2017 by Galuh D Wijatmiko Categories: Script 14 Tags: Script 14 remove file older than 5 days find /path/to/files* -mtime +5 -exec rm {} \;