Eu uso o Agent Ransack para acessar diretórios inteiros. Mas ele não descompacta os arquivos JAR antes de examiná-los. Existe alguma ferramenta que faça isso?
Responder1
Tente usar unzip
:
unzip -p your_file.jar | grep "your_search"
Da man
página:
-p extract files to pipe (stdout). Nothing but the file data is sent to
stdout, and the files are always extracted in binary format, just as
they are stored (no conversions).