QUESTION : I currently have two versions of the same executable installed on my OSX machine: one sits in usr/bin, […]
Tag: which
How to change the path that comes with the output of which command?
Problem : When I which mex at the linux system it gives a path but I want to change this […]
Unix searches declared functions before the PATH
Problem : Unix searches first among the declared functions before the PATH: $ order() { echo “hello from function”; } […]
“which” for Windows [duplicate]
QUESTION : This question already has answers here: Closed 11 years ago. Possible Duplicate: Windows equivalent of whereis? I’m used […]
The ‘which’ command returns nothing via cron, but works via console
QUESTION : I’ve written a little utility in haXe + Neko that needs to execute some GIT commands. To avoid […]
How can I “which ” in cmd.exe
Problem : Is there a way to quickly determine where a binary (that the %PATH% variable points to) is located. […]
Accurate Windows equivalent of the Unix which(1) command [duplicate]
QUESTION : This question already has answers here: Closed 11 years ago. Possible Duplicate: Windows equivalent of whereis? It’s easy […]
How can I “which ” in cmd.exe
QUESTION : Is there a way to quickly determine where a binary (that the %PATH% variable points to) is located. […]