Skip to content

Instantly share code, notes, and snippets.

@nerijunior
Last active July 10, 2018 18:51
Show Gist options
  • Save nerijunior/b693873386dbe17c942f35792b4f67bd to your computer and use it in GitHub Desktop.
Save nerijunior/b693873386dbe17c942f35792b4f67bd to your computer and use it in GitHub Desktop.
Remove old logs
# +10 = ten days
find /var/log/* -mtime +10 -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment