How can I exclude directories from grep -R?
发布时间:2021-01-18 20:05:59 所属栏目:Linux 来源:网络整理
导读:‘--exclude-dir=dir’ Exclude directories matching the pattern dir from recursive directory searches. = ) provide: ‘--exclude-dir=dir’ Exclude directories matching the pattern dir from recursive directory searches. So you can do: grep
|