Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Shell Do - Control Loop Execution | Online Free DevTools by Hexmos

Control loop execution with Shell Do. Execute commands within for, while, select, and until loops in your scripts. Free online tool, no registration required.

do

This shell keyword is used with for, while, select, and until to mark the start 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