What's the best way to find a string/regex match in files recursively? (UNIX)

前端 未结 8 1403

I have had to do this several times, usually when trying to find in what files a variable or a function is used.

I remember using xargs with grep in the past to do t

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