findstr ms-dos command won't search sub directories

前端 未结 2 1282
囚心锁ツ
囚心锁ツ 2021-02-20 16:43

I had to switch off my windows search indexing in Windows 7 as the old hard disk was constantly making noise with indexing switched on!

Now I want to use Windows

2条回答
  •  渐次进展
    2021-02-20 16:56

    You have your arguments in the wrong order, try this:

    findstr /S "thesis" *.tex
    

提交回复
热议问题