← Package directory
Available on winget

Install which

A Windows 'which' command that locates executables on the PATH.

Install with winget
winget install --id allankoechke.which
Upgrade
winget upgrade --id allankoechke.which
Uninstall
winget uninstall --id allankoechke.which

About which

which is a Windows implementation of the Unix which command. It scans every directory on the PATH and reports matching executables, honoring PATHEXT so extensionless queries match .exe, .cmd, .bat, and .com. By default it prints the first match; pass -a/--all to list every instance. Output is color-coded.

What's new in 1.0.0

No release notes provided.

Version history

Version Updated Notes
1.0.0 No notes