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