标签:style 使用 ar sp div art on c linux
1.tar.gz
解压
tar -zxvf source.tar.gz
压缩
tar -zcvf target.tar.gz source1 source2
2.bz2
解压
tar -jxvf source.bz2
压缩
tar -jcvf target.bz2 source1 source2
3.tar
解压
tar -xvf source.tar
压缩
tar -cvf target.tar source1 source2
4.rar
解压
rar x source.rar
压缩
rar a target.rar source1 source2
标签:style 使用 ar sp div art on c linux
原文地址:http://www.cnblogs.com/mengfanrong/p/3996089.html