## 1、压缩: # 添加压缩包demo.tar.gz,压缩a.txt,b.txt.c.txt tar -zc[v]f demo.tar.gz a.txt b.txt c.txt # 2、解压: tar -zx[v]f demo.tar.gz