Find strings in all files using regular expressions

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 /r "{{expression}}" *

click the source code to copy