1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-31 07:33:21 +02:00
tldr/pages/common/sleep.md

12 lines
220 B
Markdown

# sleep
> Delay for a specified amount of time.
> More information: <https://manned.org/sleep>.
- Delay in seconds:
`sleep {{seconds}}`
- Execute a specific command after 20 seconds delay:
`sleep 20 && {{command}}`