-4
如何在shell腳本中使用elif中的if語句?如何在shell腳本中使用elif中的if語句?
if condition #if condn
then
statments
elif
statements
if cond1
then
statement
if
else
statemnet
如何在shell腳本中使用elif中的if語句?如何在shell腳本中使用elif中的if語句?
if condition #if condn
then
statments
elif
statements
if cond1
then
statement
if
else
statemnet
elif
需要一個命令,fi
終止的,如果命令
if command1
then
statments
elif command2
then
statements
if command3
then
statements
fi
else
statements
fi
你嘗試使用Google? – Psytho
什麼? 'elif'之後的狀況在哪裏?目前這將作爲一個「其他」... – Nidhoegger