作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
是否有一种简单明了的方法来递归解压 war/ear/pack.gz/tar.gz 类型的嵌套文件,从而创建一个目录树 - war 中的耳朵等也如此?
我不在乎它是在标准 shell 中还是在 java 中,因为之后我必须继续处理里面的文件。
最佳答案
您可能会找到rjar有帮助,来自文档:
rjar
is a command-line tool that acts like the regularjar
tool, but recursively ! It is very useful when e.g. using .ear or .war files, or any other "jars of jars"...Also works zith .zip files !
Supported features :
- list jar entries recursively : all entries are displayed including entries of nested jars if any
- expand a jar recursively : expand the jar and its nested jars to the specified directory
- recreate a jar from an expanded rjar : allows to rebuild a jar with nested jars from an expanded directory structure
- graphical front-end : tree view of your jars, with regexp filtering
关于java - 如何递归解压 war/ear/pack.gz/tar.gz 类型的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48553010/
我是一名优秀的程序员,十分优秀!