PowerShell/Windows:如何在没有第一个文件夹级别的情况下提取zip文件
我想提取带有文件夹结构的ZIP文件,但是如果没有第一级,例如:
ZIP --> Folder1
--> Folder1.1
--> Folder1.2
当前,当使用扩展架构CMDLET时,似乎没有任何选择。
有没有简单的方法可以在Windows上执行此操作?在Linux盒子上,我使用BSDTAR来实现这一点: 我想提取带有文件夹结构的ZIP文件,但是如果没有第一级,例如:
ZIP --> Folder1
--> Folder1.1
--> Folder1.2
当前,当使用扩展架构CMDLET时,似乎没有任何选择。
有没有简单的方法可以在Windows上执行此操作?在Linux盒子上,我使用
bsdtar --strip-components=1 -xvf Java/Java11.zip --directory=Java
Thx
Thx
I'd like to extract a zip file with a folder structure, but without the first level, e.g.:
ZIP --> Folder1
--> Folder1.1
--> Folder1.2
Currently, when using Expand-Archive cmdlet, there seems to be no option for this.
Is there an easy way to do this on Windows? On a linux box I use bsdtar to achieve this:
I'd like to extract a zip file with a folder structure, but without the first level, e.g.:
ZIP --> Folder1
--> Folder1.1
--> Folder1.2
Currently, when using Expand-Archive cmdlet, there seems to be no option for this.
Is there an easy way to do this on Windows? On a linux box I use
bsdtar --strip-components=1 -xvf Java/Java11.zip --directory=Java
Thx
Thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论