Skip to content

Instantly share code, notes, and snippets.

@mrop
Created September 12, 2014 11:17
Show Gist options
  • Save mrop/6cbd000781178be8975d to your computer and use it in GitHub Desktop.
Save mrop/6cbd000781178be8975d to your computer and use it in GitHub Desktop.
error in opening zip file
find . -name "*jar" | xargs -L 1 zip -T | grep error | grep invalid | sed 's|[^(]*(\([^)]*\)).*|\1|' | xargs rm -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment