Recursively search for file pattern at specified path

where

  • Display the location of files that match the search pattern.
    Defaults to current work directory and paths in the PATH environment variable.
    More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/where>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

where /R {{path/to/directory}} {{file_pattern}}

click the source code to copy