Skip to content

Instantly share code, notes, and snippets.

@qoomon
Last active March 22, 2017 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qoomon/df134f34f8d6c08dbdfd to your computer and use it in GitHub Desktop.
Save qoomon/df134f34f8d6c08dbdfd to your computer and use it in GitHub Desktop.
Crontab Job to remove old logging files
* * * * * find /var/log/process -type f -name '*.log.*' -mtime +7 -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment