Skip to content

Instantly share code, notes, and snippets.

@leoluz
Created February 19, 2014 08:13
Show Gist options
  • Save leoluz/9087940 to your computer and use it in GitHub Desktop.
Save leoluz/9087940 to your computer and use it in GitHub Desktop.
search for a string in jar/zip files
sudo find libdir/ -name "*.jar" -exec zipgrep -n "Your String Here" '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment