摘要: 原文:Shell if 条件判断_一生只画眉-CSDN博客_shell 判断 Shell 语言中的if条件 一、if的基本语法: if [ command ];then 符合该条件执行的语句 elif [ command ];then 符合该条件执行的语句 else 符合该条件执行的语句 fi 二、 阅读全文
posted @ 2022-01-06 15:59 whilewell 阅读(5870) 评论(0) 推荐(1) 编辑