tldr/pages/common/sleep.md

17 lines
274 B
Markdown

# sleep
> Delay for a specified amount of time.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/sleep-invocation.html>.
- Delay in seconds:
`sleep {{seconds}}`
- Delay in minutes:
`sleep {{minutes}}m`
- Delay in hours:
`sleep {{hours}}h`