希曼日记

tar

解压

tar -xzvf <gz>

压缩并排除目录 path: 排除的目录 file: 需要压缩的文件

tar -czvf <tar.gz> --exclude=<path> <file>