回答:
jarファイル内の検索:
find . -name \*.jar -exec sh -c 'printf "\n\nFile: {}"; jar tf {}' ";" | less +/foo
そして戦争ファイルと同様:
find . -name \*.war -exec sh -c 'printf "\n\nFile: {}"; unzip -l {}' ";" | less +/foo
foo興味のあるテキストで変更します(などabc.png)。
あなたは押すことができます:
something+ Enterと入力します。同様ですが、Windowsの場合:ファイルが含まれているjarの検索
Fooでabc.png。
jar tvf foo.war | grepファイル名