ash*_*k_p 10 linux file-search jar
我需要在包含 war、ear 和 jar 存档文件的文件夹中搜索文件 (logo.png)。任何人都可以帮助我执行命令吗?
ken*_*orb 10
在jar文件中搜索:
find . -name \*.jar -exec sh -c 'printf "\n\nFile: {}"; jar tf {}' ";" | less +/foo
Run Code Online (Sandbox Code Playgroud)
与战争文件类似:
find . -name \*.war -exec sh -c 'printf "\n\nFile: {}"; unzip -l {}' ";" | less +/foo
Run Code Online (Sandbox Code Playgroud)
更改foo为您感兴趣的文本(例如abc.png)。
您可以按:
something+Enter以搜索另一个短语。查看类似,但在 Windows 上:查找哪些 jars 包含文件
| 归档时间: |
|
| 查看次数: |
37537 次 |
| 最近记录: |