Skip to content

Instantly share code, notes, and snippets.

@62mkv
Last active May 13, 2019 07:31
Show Gist options
  • Save 62mkv/e02dfa4606abcabc18f6c02f5dd6673f to your computer and use it in GitHub Desktop.
Save 62mkv/e02dfa4606abcabc18f6c02f5dd6673f to your computer and use it in GitHub Desktop.
Find class in a set of JAR files
sudo find /path/to/ -name "*.jar" -exec sh -c 'jar -tf {}| grep -H --label {} package' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment