unzip只解压压缩包中某个目录或文件

例如压缩包pkg.zip中有aaa目录和test.txt,想要从pkg.zip中只解压出test.txt文件,不想把pkg.zip全部解压。

unzip pkg.zip "test.txt"

若只想解压pkg.zip压缩包中aaa目录。

unzip pkg.zip "aaa/*"
posted @   Lz_蚂蚱  阅读(138)  评论(0编辑  收藏  举报
历史上的今天:
2022-02-28 3.线程同步
点击右上角即可分享
微信分享提示
评论
收藏
关注
推荐
深色
回顶
收起