Cmd Generator

which

显示命令的完整路径。

which

示例

# 定位命令
which bash

# 定位多个
which python3 node

# 显示所有匹配
which -a ls

Sponsors