TGTGInsighttelegram intelligenceLIVE / telegram public index
← 浅影随想
浅影随想 avatar

TGINSIGHT POST

Post #2907

@lightFantasy

浅影随想

Views1,060帖子阅读量
发布1月5日2024/01/05 14:49
Post content

帖子内容

#Linux#tips 如何在 shell 脚本中判断软件是否存在 if ! command -v <the_command> &> /dev/null then echo "<the_command> could not be found." exit 1 fi via. lhunath@stackoverflow