Solved: What is the Which UNIX command in Windows to locate file directory?
Question Currently I am working on Windows 11, I need a script to check if there is a executable found in the current setup of $PATH (in DOS) and its location as well. In UNIX csh command, there is a useful command called which. Which command will finds which and where executable is running. Sample: …