标签:style blog color os ar sp div c log
In UNIX, tar is the most useful tool to compress files (just like zip in Windows.)
To compress, input:
tar -cvzf file.tar.gz inputfile1 inputfile2
to uncompress, input:
tar -xvzf file.tar.gz
标签:style blog color os ar sp div c log
原文地址:http://www.cnblogs.com/miaoz/p/3995229.html