WinUtils - which |
NAME
which - locate a program in the path
SYNOPSIS
which command...
DESCRIPTION
which takes a list of command names and searches the path for each executable file that would run had the command actually been invoked, and lists them out.
In Windows, executable files are .com, .exe, .bat, and .cmd files, and are searched for in that order.
OPERANDS
command... | A list of commands to search the path for. |