mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-30 15:53:43 +02:00
220 B
220 B
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}}