linux中tar命令打包排除文件的方法 在linux中如何打包文件,我们知道用tar 但是如何排除文件呢 用以下命令 ``` tar -zcvf test.tar.gz --exclude=1 --exclude=2 test ``` 打包目录必须放到最后 赞 0 赏 分享