mirror of
https://github.com/jbranchaud/til
synced 2026-01-09 01:58:02 +00:00
Update the wording a bit.
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
# Repeat Yourself
|
# Repeat Yourself
|
||||||
|
|
||||||
Use the `repeat` command to repeat yourself. You can repeat yourself a
|
Use the `repeat` command to repeat some other command.
|
||||||
number of times
|
|
||||||
|
You can repeat a command a handful of times
|
||||||
|
|
||||||
```
|
```
|
||||||
$ repeat 5 say Hello World
|
$ repeat 5 say Hello World
|
||||||
```
|
```
|
||||||
|
|
||||||
or you can repeat yourself indefinitely
|
or you can repeat a command indefinitely
|
||||||
|
|
||||||
```
|
```
|
||||||
$ repeat -1 say Hello World
|
$ repeat -1 say Hello World
|
||||||
|
|||||||
Reference in New Issue
Block a user