Skip to content

Instantly share code, notes, and snippets.

@k0nsl
Created February 28, 2018 17:59
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 k0nsl/225594ef961934491645c23264c2059d to your computer and use it in GitHub Desktop.
Save k0nsl/225594ef961934491645c23264c2059d to your computer and use it in GitHub Desktop.
#clear log files recursively:
for i in $(find /var/log -type f); do cat /dev/null > $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment