if
if condition
then
command
elif
command
else
command
fi
for
for loop in array
do
command
done
while
while true
do
command
done
if condition
then
command
elif
command
else
command
fi
for loop in array
do
command
done
while true
do
command
done
本文标题:shell学习笔记(二):条件
本文链接:https://www.haomeiwen.com/subject/eectpxtx.html
网友评论