mirror of
https://github.com/jbranchaud/til
synced 2026-01-07 00:58:02 +00:00
Update a post til.
This commit is contained in:
@@ -2,14 +2,8 @@
|
|||||||
|
|
||||||
Use the `repeat` command to repeat some other command.
|
Use the `repeat` command to repeat some other command.
|
||||||
|
|
||||||
You can repeat a command a handful of times
|
You can repeat a command any number of times like so
|
||||||
|
|
||||||
```
|
```
|
||||||
$ repeat 5 say Hello World
|
$ repeat 5 say Hello World
|
||||||
```
|
```
|
||||||
|
|
||||||
or you can repeat a command indefinitely
|
|
||||||
|
|
||||||
```
|
|
||||||
$ repeat -1 say Hello World
|
|
||||||
```
|
|
||||||
|
|||||||
Reference in New Issue
Block a user