Table of Contents ▸ List of Commands ▸ Flow Control ▸ elif | ◀ done | else ▶ |
elif | Built-in command |
Arguments:
- condition
Description:
Start a elif...[else]...fi block if previous if was not verifiedand test if specified condition holds
condition is a mathematical expression, whose evaluation is interpreted as { 0:False | other:True }..
This command has a
.