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
Post a Comment
No comments:
Post a Comment