Last active
November 10, 2016 11:10
-
-
Save Raffaello/f1e70fa0d599c7f26799dbac4ac2a455 to your computer and use it in GitHub Desktop.
log rotation clean up
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo find /var/log/ -name "*.log.*" -exec rm -v {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment