shell编程_流程控制_if
摘要:
if-then 1 语法格式1 2 if command 3 then 4 comands 5 fi 6 7 语法格式2 8 if [ command ];then 9 comands 10 fi #! /bin/bash if date then echo "it worked" fi #date 阅读全文
posted @ 2020-12-22 21:27 XiaoXiaoli 阅读(119) 评论(0) 推荐(0)
浙公网安备 33010602011771号