Skip to content

Instantly share code, notes, and snippets.

@kostyrev
Created June 7, 2016 14:28
Show Gist options
  • Save kostyrev/061bc4f4f5961af8ba12db3a6a7dffd9 to your computer and use it in GitHub Desktop.
Save kostyrev/061bc4f4f5961af8ba12db3a6a7dffd9 to your computer and use it in GitHub Desktop.
find . -type f -name "log*" -print0 | xargs -0 truncate -s 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment