Skip to content

Instantly share code, notes, and snippets.

@paulcarey
Created December 6, 2013 11:01
Show Gist options
  • Save paulcarey/7821985 to your computer and use it in GitHub Desktop.
Save paulcarey/7821985 to your computer and use it in GitHub Desktop.
for JAR in $(ls *.jar); do echo $JAR; jar -tf $JAR | ack 'org.joda.time.DateTime' ; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment