if 条件表达式 then 语句1 语句2 ...... fi
if 条件测试 then 语句块1 else 语句块2 fi
if 条件测试1 then 语句块1 elif 条件测试2 then 语句块2 elif 条件测试3 then 语句块3 elif 条件测试4 then 语句块4 ...... else 语句块5 fi
if 条件测试1 then if 条件测试2 then 语句块 else 语句块 fi else if 条件测试3 then 语句块 else 语句块 fi fi
[db:关键字]