条件循环

if:

https://blog.csdn.net/bible_reader/article/details/81776728

 

基本语法:

if [ command ];then
符合该条件执行的语句
elif [ command ];then
符合该条件执行的语句
else
符合该条件执行的语句
fi

posted on 2020-03-13 17:13  锋锋2019  阅读(142)  评论(0)    收藏  举报

导航