Last active
May 13, 2019 07:31
-
-
Save 62mkv/e02dfa4606abcabc18f6c02f5dd6673f to your computer and use it in GitHub Desktop.
Find class in a set of JAR files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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