Skip to main content

Windows Command: where - Search for Files

where is used to search for files that match the search pattern.

By default, where search in the current directory and in the paths specified by the PATH environment variable.

C:\Users\Tuyen>where where
C:\Windows\System32\where.exe

C:\Users\Tuyen>
Examples using where command to search for mongo shell, nodejs, npm, nginx

Related article

Linux command: which

where /R C:\Users *.txt

Popular posts from this blog

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.