shell 入门随笔判断if [ command1 ];then
code
elif [ command2 ];then
code
else
code
fi
循环for循环for 变量 in 列表
do
co
2022-11-19