Skip to content

Instantly share code, notes, and snippets.

@uilian
Created May 17, 2023 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uilian/57cd6a7256526ae6a82348afc16a8053 to your computer and use it in GitHub Desktop.
Save uilian/57cd6a7256526ae6a82348afc16a8053 to your computer and use it in GitHub Desktop.
Finding a class inside a list of JAR files
$ find . -name "*.jar" -print0 | xargs -0 -n1 unzip -l | grep Exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment