4

Can you please tell me what is Windows XP equivalent of “which” command in Linux? I have tired 'where', but it does not work on Windows XP.

michael
  • 6,215

4 Answers4

1

There is no equivalent in Windows, but you can try one of these two substitutes:

http://nedbatchelder.com/code/utilities/wh_py.html (Click on "Download: wh.py")

or this guy created a script too:

http://pankaj-k.net/weblog/2004/11/equivalent_of_which_in_windows.html

KCotreau
  • 25,622
1

There are several possibilities that you can choose from:

JdeBP
  • 27,556
  • 1
  • 77
  • 106
0

A bit overkill, but for completeness: Cygwin will give you which on Windows.

Rich Homolka
  • 32,350
0

This is actually answered on SE, in great detail:

https://stackoverflow.com/questions/304319/is-there-an-equivalent-of-which-on-windows

Maybe it should be merged to Superuser, instead marked off topic on that site.

n611x007
  • 6,566
  • 15
  • 67
  • 91