Find space-separated string(s) in all files recur[s]ively

findstr

  • Find specified text within one or more files.
    More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/findstr>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

findstr /s "{{query}}" *

click the source code to copy