秀儿2020
tar打包忽略某个目录
阅读 172
2022-03-12
tar -cvzf test.tar.gz --exclude=test/.git/ test
注意–exclude放在test目录之前。
相关推荐
精彩评论(0)