mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 07:58:08 +00:00
Update cheatsheets
This commit is contained in:
24
tldr/do
Normal file
24
tldr/do
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user