我发现的大多数文件都是这样写的:
7z a -ttar -so dwt.tar dwt/
但当我试着运行它时,我遇到了一个错误:
命令行错误:
我现在使用的是7-Zip[64]16.04
有什么想法吗?
在Linux上:
tar cf - <source folder> | 7z a -si <Destination archive>.tar.7z
从 here
在Windows上:
7za.exe a -ttar -so archive.tar source_files | 7za.exe a -si archive.tgz
here .