Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows 上,如何列出路径中的可执行文件?
where *.exe
对于任何其他可执行文件,您应该更改扩展名,例如 .bat、.run。但是这里有一点,where也是搜索当前目录,所以如果你只想要 $PATH 中的可执行文件,你应该在一个空目录中运行它,或者手动或脚本排除结果。
where