Skip to content

Instantly share code, notes, and snippets.

@saulovenancio
Created August 6, 2013 17:29
Show Gist options
  • Save saulovenancio/6166619 to your computer and use it in GitHub Desktop.
Save saulovenancio/6166619 to your computer and use it in GitHub Desktop.
find jar files which has Class
find . -name '*.jar' -exec grep -Hls ELException {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment