Skip to content

Instantly share code, notes, and snippets.

@ianhomer
Last active August 29, 2015 13:57
Show Gist options
  • Save ianhomer/9829714 to your computer and use it in GitHub Desktop.
Save ianhomer/9829714 to your computer and use it in GitHub Desktop.
List implementation details (including version) from jar manifests (ONE LINE)
find . -name "*.jar" -exec unzip -p {} META-INF/MANIFEST.MF \; | grep Implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment