Shell while-loop

A while loop, similar to one in other programming languages.

Authored by: Mike G
Brought to you by Warp, a free terminal reimagined to work like a modern app.
condition
command

Command
Copy
while condition do command done
Tags