您可以连接 shell中的文件.
在Windows中(/b用于二进制模式):
/b
copy /b 1.tgz.1 + 1.tgz.2 + 1.tgz.3 1.tgz
在Unix/Linux中:
cat 1.tgz.1 1.tgz.2 1.tgz.3 > 1.tgz