Skip to main content

Display the location of files that match the search pattern. Defaults to current work directory and paths in the PATH environment variable.

:: To display the location of file pattern:
where <file_pattern>

:: To display the location of file pattern including file size and date:
where /T <file_pattern>

:: To recursively search for file pattern at specified path:
where /R <path/to/directory> <file_pattern>

:: To display only the error code for the location of file pattern:
where /Q <file_pattern>