Control Loop Execution - `done` Keyword | Online Free DevTools by Hexmos
Control loop execution with the `done` keyword. Terminate `for`, `while`, `select`, and `until` loops precisely in shell scripts. Free online tool, no registration required.
done
This shell keyword is used with
for,while,select, anduntilto mark the end of a loop.
- View documentation for the
forkeyword:
tldr for
- View documentation for the
whilekeyword:
tldr while
- View documentation for the
selectkeyword:
tldr select
- View documentation for the
untilkeyword:
tldr until
