linux tar命令如何忽略某个目录

2025-06-29 18:26:19
推荐回答(3个)
回答1:

加入选项 --exclude=你要忽略的文件或目录名(可以用通配符)

回答2:

--exclude='忽略的目录'

回答3:

--exclude