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

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