[关闭]
@llplmlyd 2018-10-06T20:38:51.000000Z 字数 143 阅读 891

Shell if 条件语句

Shell


分号相当于命令换行;

  1. if <...>
  2. then
  3. <...>
  4. fi
  1. if <...>
  2. then
  3. <...>
  4. else
  5. <...>
  6. fi
  1. if <...>
  2. then
  3. <...>
  4. elif <...>
  5. then
  6. <...>
  7. elif <...>
  8. then
  9. <...>
  10. else
  11. <...>
  12. fi
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注