Linux 中的which命令用於透過在路徑環境變數中搜尋來定位與給定命令關聯的可執行檔案。它有 3 個返回狀態,如下所示:
- 0:如果找到所有指定的命令並可執行。
- 1:如果一個或多個指定的命令不存在或不可執行。
- 2:如果指定了無效的選項。
Linux 中 `Which` 命令的語法
which 命令的基本語法是
which [filename1] [filename2] ...
Linux 中的which命令用於透過在路徑環境變數中搜尋來定位與給定命令關聯的可執行檔案。它有 3 個返回狀態,如下所示:
which 命令的基本語法是
which [filename1] [filename2] ...