Skip to content

Instantly share code, notes, and snippets.

@giannoug
Created August 17, 2018 20:29
Show Gist options
  • Save giannoug/ce07f79693a2e8c7a728da373c60c695 to your computer and use it in GitHub Desktop.
Save giannoug/ce07f79693a2e8c7a728da373c60c695 to your computer and use it in GitHub Desktop.
Delete Kerberos.io Docker capture files older than 7 days
find /etc/opt/kerberosio/capture -type f -name '*.*' -mtime +7 -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment