Skip to content

Instantly share code, notes, and snippets.

@qoomon
Last active March 22, 2017 14:07
Show Gist options
  • Select an option

  • Save qoomon/df134f34f8d6c08dbdfd to your computer and use it in GitHub Desktop.

Select an option

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