I'm dedicated agile security architect/system architect/developer with specialty of open source framework.
Ones in a while I need to search in a lot of jar files after a specific class class and that is what this command:
$ find . -name "*.jar" -a -exec bash -c "unzip -l {} | grep Foo.class" \; -print
Note: Only a member of this blog may post a comment.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.