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
2021-03-30 11:09:07 -03:00

274 B

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