标签: powershell command-line
在Linux的命令行中,为了确定是否安装了给定程序并在范围内,我运行$ which [program name]并查看是否输出了路径。
$ which [program name]
现在,为了工作,我使用Windows并开始学习PowerShell。
如何从Windows命令行或PowerShell确定是否安装了给定程序?