snippetbashTip
do — This shell keyword is used with `for`, `while`, `select`, and `until` to mark the start of a loop.
Viewed 0 times
shellcommandkeywordthisuseddocliwith
Problem
How to use the
do command: This shell keyword is used with for, while, select, and until to mark the start of a loop.Solution
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 forView documentation for the
while keyword:tldr whileView documentation for the
select keyword:tldr selectView documentation for the
until keyword:tldr untilCode Snippets
View documentation for the `for` keyword
tldr forView documentation for the `while` keyword
tldr whileView documentation for the `select` keyword
tldr selectView documentation for the `until` keyword
tldr untilContext
tldr-pages: common/do
Revisions (0)
No revisions yet.