logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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