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.
|
feedback
|
|
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 | |||||
feedback
|
|
A bit overkill, but for completeness: Cygwin will give you | |||
|
feedback
|
|
There are several possibilities that you can choose from:
| |||
|
feedback
|