Skip to content

Instantly share code, notes, and snippets.

@d3ep4k
Last active August 29, 2015 14:24
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 d3ep4k/8c3bc6b0c7c3ea3228b8 to your computer and use it in GitHub Desktop.
Save d3ep4k/8c3bc6b0c7c3ea3228b8 to your computer and use it in GitHub Desktop.
Windows - Find jar containing a name
for /R %G in (*.jar) do @jar -tvf %G | find "ClassName" > NUL && echo %G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment