Skip to content

Instantly share code, notes, and snippets.

@mashimom
Created May 7, 2015 18:11
Show Gist options
  • Save mashimom/b2efd04d76e3f7503c22 to your computer and use it in GitHub Desktop.
Save mashimom/b2efd04d76e3f7503c22 to your computer and use it in GitHub Desktop.
ZSH alias for finding a class within jars under current directory tree
alias findjar="for f (**/*.jar(.)) jar -tf \"$f\" | grep --label \"$f\" -l `sed 's|\.|/|g' <<< \"$@\"`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment