1. how to unzip split file
cat zipfile.tar.gz* |tar -zxv
本文介绍了一种通过命令行方式解压分卷压缩文件的方法。使用 cat 命令将所有分卷文件连接起来,然后利用管道传递给 tar 进行解压。
1. how to unzip split file
cat zipfile.tar.gz* |tar -zxv
1007

被折叠的 条评论
为什么被折叠?
