1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/sleep.md

17 lines
274 B
Markdown
Raw Normal View History

2016-02-22 22:06:47 +01:00
# sleep
2016-02-23 01:42:26 +02:00
> Delay for a specified amount of time.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/sleep-invocation.html>.
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 01:42:26 +02:00
`sleep {{hours}}h`