TG Telegram Group & Channel
浅影随想 | United States America (US)
Create: Update:

#Linux #tips
如何在 shell 脚本中判断软件是否存在

if ! command -v <the_command> &> /dev/null
then
echo "<the_command> could not be found."
exit 1
fi


via. lhunath@stackoverflow

#Linux #tips
如何在 shell 脚本中判断软件是否存在

if ! command -v <the_command> &> /dev/null
then
echo "<the_command> could not be found."
exit 1
fi


via. lhunath@stackoverflow


>>Click here to continue<<

浅影随想




Share with your best friend
VIEW MORE

United States America Popular Telegram Group (US)