Files
tldr/pages/common/sleep.md
2021-04-01 18:54:26 +03:00

241 B

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