mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 23:22:07 +02:00
16 lines
241 B
Markdown
16 lines
241 B
Markdown
# sleep
|
|
|
|
> Delay for a specified amount of time.
|
|
> More information: <https://www.gnu.org/software/coreutils/sleep>.
|
|
|
|
- Delay in seconds:
|
|
|
|
`sleep {{seconds}}`
|
|
|
|
- Delay in minutes:
|
|
|
|
`sleep {{minutes}}m`
|
|
|
|
- Delay in hours:
|
|
|
|
`sleep {{hours}}h`
|