Skip to content

Instantly share code, notes, and snippets.

@m1kah
Created April 3, 2016 10:48
Show Gist options
  • Save m1kah/cbf211eb50ade3843b6cc5a03bc06986 to your computer and use it in GitHub Desktop.
Save m1kah/cbf211eb50ade3843b6cc5a03bc06986 to your computer and use it in GitHub Desktop.
#!/bin/sh
# usage: ./find-class.sh <path> <class name>
find "$1" -name "*.jar" -exec sh -c 'jar tf {} | grep -H --label {} '$2'' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment