shell编程之基础语法循环(while、for、until)、判断(if、case)、函数、数组一、判断二、循环三、函数四、数组
文章目录一、判断1、ifa、语法格式b、例题2、casea、语法b、例题二、循环1、while一、判断1、ifa、语法格式1、if [ ]then xxxxxxelse xxxxxxxfi2、if [ ];then xxxxxelse xxxxxxfib、例题1、猜一猜csdn的时间[root@shell shell.test] cat guess.shwhile truedotime=18read -p "please enter any num" num