Is there an equivalent of 'which' on the Windows command line?

后端 未结 26 2574
悲哀的现实
悲哀的现实 2020-11-22 00:40

As I sometimes have path problems, where one of my own cmd scripts is hidden (shadowed) by another program (earlier on the path), I would like to be able to find the full pa

26条回答
  •  暖寄归人
    2020-11-22 00:58

    It is possible to download all of the UNIX commands compiled for Windows, including which from this GitHub repository: https://github.com/George-Ogden/UNIX

提交回复
热议问题