vault backup: 2024-05-30 18:25:46
This commit is contained in:
parent
29b667b999
commit
394f6fe482
@ -84,6 +84,8 @@ The above example iterates over a space separated list of items, but if you want
|
|||||||
```bash
|
```bash
|
||||||
for i in {1..10} ; do ... ; done
|
for i in {1..10} ; do ... ; done
|
||||||
```
|
```
|
||||||
|
### While loops
|
||||||
|
`while` loops operate on lists of unknown size. It will keep running until the `test` it evaluates returns false:
|
||||||
|
|
||||||
### While loops
|
### While loops
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user