mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-27 19:03:34 +03:00
16 lines
173 B
Markdown
16 lines
173 B
Markdown
# sleep
|
|
|
|
> Delay for a specified amount of time.
|
|
|
|
- Delay in seconds:
|
|
|
|
`sleep {{seconds}}`
|
|
|
|
- Delay in minutes:
|
|
|
|
`sleep {{minutes}}m`
|
|
|
|
- Delay in hours:
|
|
|
|
`sleep {{hours}}h`
|