1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

Create do.md

This commit is contained in:
Managor 2025-03-28 02:01:25 +02:00 committed by GitHub
parent 7be3337e11
commit 1ffd77c03f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
pages/common/do.md Normal file
View 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`