Reference
Table of Contents
▸
List of Commands
▸
Control Flow
▸
while
◀
status
|
array
▶
while
Built-in command
Arguments:
condition
Description:
End a
do...while
block and go back to associated
do
if specified condition holds.
condition
is a mathematical expression, whose evaluation is interpreted as
{ 0=false | other=true }
.