1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 06:17:55 +01:00
tldr/pages/common/sleep.md

16 lines
173 B
Markdown
Raw Normal View History

2016-02-22 22:06:47 +01:00
# sleep
2016-02-23 00:42:26 +01:00
> Delay for a specified amount of time.
2016-02-22 22:06:47 +01:00
- Delay in seconds:
`sleep {{seconds}}`
- Delay in minutes:
`sleep {{minutes}}m`
- Delay in hours:
2016-02-23 00:42:26 +01:00
`sleep {{hours}}h`