remove files if older then 7 days in linux code example Example: delete old files linux find /opt/backup -type f -mtime +30 -exec rm -f {} \;