PowerShell/Windows:如何在没有第一个文件夹级别的情况下提取zip文件

发布于 2025-01-23 05:59:50 字数 563 浏览 0 评论 0原文

我想提取带有文件夹结构的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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文