Skip to content

Instantly share code, notes, and snippets.

@jkremser
Created March 31, 2014 10:45
Show Gist options
  • Save jkremser/9889707 to your computer and use it in GitHub Desktop.
Save jkremser/9889707 to your computer and use it in GitHub Desktop.
for f in $(find . -type f -name "*jar") ; do jar tf $f | grep "org.rhq" && echo -e "\nFound at $f" ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment