压缩文件
    tar -czvf test.tar.gz a.c //压缩 a.c文件为test.tar.gz

    解压文件
    tar -xzvf test.tar.gz