Find files that does not contain a string

后端 未结 5 1004
不思量自难忘°
不思量自难忘° 2020-12-31 18:18

To find all the files that contain \"foo\" in current folder, I use:

grep -r \"foo\" .

To find all the files that contain \"bar\" in curren

5条回答
提交回复
热议问题