Skip to content

Instantly share code, notes, and snippets.

@csdy
Created August 26, 2015 07:22
Show Gist options
  • Select an option

  • Save csdy/f85f14750b6c97b3e4ce to your computer and use it in GitHub Desktop.

Select an option

Save csdy/f85f14750b6c97b3e4ce to your computer and use it in GitHub Desktop.
Truncate Error Logs Recursively
for item in $(find . -type f -name 'error_log' ) ;do cat /dev/null > $item ;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment