Skip to content

Instantly share code, notes, and snippets.

@maddiesch
Created January 14, 2016 21:22
Show Gist options
  • Save maddiesch/eedce8494b22428ac3a3 to your computer and use it in GitHub Desktop.
Save maddiesch/eedce8494b22428ac3a3 to your computer and use it in GitHub Desktop.
Truncate all logs
#!/bin/bash
# brew install coreutils
find $(pwd) -name '*.log' | xargs gtruncate --size 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment