delete files older than linux console code example Example: delete old files linux find /opt/backup -type f -mtime +30 -exec rm -f {} \;