我意識到這可能是一個愚蠢的問題,但我有一個Centos-7最小服務器安裝和「which」命令不存在或丟失。 我有一個需要它的腳本,我找不到安裝它的yum軟件包。 代碼如下,來自make文件。Bash Centos7「which」命令
which grep > /dev/null 2> /dev/null
if test "$?" != "0"
then
echo "\"grep\" command not found."
echo "Installation is aborted."
exit 1
fi
任何幫助,將不勝感激......這是困難的,如果不是不可能,以谷歌
'grep'或'which' missing? – Odi