mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:02:18 +02:00
Create do.md
This commit is contained in:
parent
7be3337e11
commit
1ffd77c03f
1 changed files with 19 additions and 0 deletions
19
pages/common/do.md
Normal file
19
pages/common/do.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# do
|
||||||
|
|
||||||
|
> This shell keyword is used with `for`, `while`, `select`, and `until` to mark the start of a loop.
|
||||||
|
|
||||||
|
- View documentation for the `while` keyword:
|
||||||
|
|
||||||
|
`tldr while`
|
||||||
|
|
||||||
|
- View documentation for the `while` keyword:
|
||||||
|
|
||||||
|
`tldr for`
|
||||||
|
|
||||||
|
- View documentation for the `while` keyword:
|
||||||
|
|
||||||
|
`tldr select`
|
||||||
|
|
||||||
|
- View documentation for the `while` keyword:
|
||||||
|
|
||||||
|
`tldr until`
|
Loading…
Add table
Reference in a new issue