比如
tar -cvf test.tar test|split -b 1024
这样 目录下就会生成多个小文件 默认为xaa 到xaz
如果要解开
可以这样
cat xa[a-z]|tar xvf -
我想一样可以达到你的要求