Linux 打包命令

tar && Gzip 打包 & 压缩

文件 file.tar.gz 解压缩

文件file.tar.bz2 解压缩

tar 参数说明
* -f 必须参数
* -c 打包
* -x 解包
* -v显示过程

512