1、压缩文件或压缩打包目录
mkdir test && cd test && touch a.c b.c && cd ..
tar -czvf test.tar.gz test
2、列出压缩打包内容
tar -tzvf test.tar.gz
3、解压文件
tar -tzvf test.tar.gz
1、压缩文件或压缩打包目录
mkdir test && cd test && touch a.c b.c && cd ..
tar -czvf test.tar.gz test
2、列出压缩打包内容
tar -tzvf test.tar.gz
3、解压文件
tar -tzvf test.tar.gz