Skip to content

Instantly share code, notes, and snippets.

@mcandre
Last active July 1, 2016 22:58
Show Gist options
  • Save mcandre/5db931f1014245cf0496025d0c319491 to your computer and use it in GitHub Desktop.
Save mcandre/5db931f1014245cf0496025d0c319491 to your computer and use it in GitHub Desktop.
Windows equivalent to Unix which

Unix: which <program>

Windows: where.exe <program>

The .exe requirement is due to where being a token of the PowerShell language

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment