Skip to content

Instantly share code, notes, and snippets.

@Eugene-Shapovalov
Created June 24, 2016 11:45
Show Gist options
  • Save Eugene-Shapovalov/01025010d904946edc9a4da89afc280a to your computer and use it in GitHub Desktop.
Save Eugene-Shapovalov/01025010d904946edc9a4da89afc280a to your computer and use it in GitHub Desktop.
truncate logs
for f in *.log; do > $f; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment