當你在終端想用 where 命令的時候,發現沒有 where 這個命令?
vagrant@vagrant:~$ where python
-bash: where: command not found
很簡單,where 命令是 zsh 的內建命令,而不是 bash 的
bash 只有 which,沒有 where
當你在終端想用 where 命令的時候,發現沒有 where 這個命令?
vagrant@vagrant:~$ where python
-bash: where: command not found
很簡單,where 命令是 zsh 的內建命令,而不是 bash 的
bash 只有 which,沒有 where