Skip to content

Instantly share code, notes, and snippets.

@caseyw
Last active May 23, 2016 17:19
Show Gist options
  • Save caseyw/9895633 to your computer and use it in GitHub Desktop.
Save caseyw/9895633 to your computer and use it in GitHub Desktop.
delete old logs
sudo find /var/log -type f -name "*.gz" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment