Created
May 7, 2015 18:11
-
-
Save mashimom/b2efd04d76e3f7503c22 to your computer and use it in GitHub Desktop.
ZSH alias for finding a class within jars under current directory tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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