@llplmlyd
2018-10-06T20:38:51.000000Z
字数 143
阅读 891
Shell
分号相当于命令换行;
if <...> then <...>fi
if <...>
then
<...>
fi
if <...> then <...>else <...>fi
else
if <...> then <...>elif <...> then <...>elif <...> then <...>else <...>fi
elif <...>