COHERENT help

This page displays the COHERENT help information for while.

Listing of available help pages


while -- Execute commands repeatedly

while sequence1 [do sequence2] done

Both do and done must be the first token on a line or preceded by `;'.  The
shell executes while directly.

while -- Introduce a loop

while(condition)