logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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, and until to mark the end of a loop.

  • View documentation for the for keyword:

tldr for

  • View documentation for the while keyword:

tldr while

  • View documentation for the select keyword:

tldr select

  • View documentation for the until keyword:

tldr until

See Also