Skip to content

Instantly share code, notes, and snippets.

@andreasvirkus
Created December 9, 2020 21:29
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 andreasvirkus/27ce3bc318d03e9d185a8b7e464d06ad to your computer and use it in GitHub Desktop.
Save andreasvirkus/27ce3bc318d03e9d185a8b7e464d06ad to your computer and use it in GitHub Desktop.
# Prune all log files whose modified time is older than 6 days
find /var/log -mindepth 1 -mtime +5 -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment