Windows recursive grep command-line

前端 未结 8 768
栀梦
栀梦 2020-12-12 08:44

I need to do a recursive grep in Windows, something like this in Unix/Linux:

grep -i \'string\' `find . -print`

or the more-preferred metho

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