Linux – Delete files older than…by Ray Fox15/06/2016 On Linux, to delete files older than 10 days find /from/path -name '*.txt' -type f -mtime +10 -exec rm {} \; Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Name * Email * Website Comment * Save my name, email, and website in this browser for the next time I comment. Δ