mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
sleep: add examples (#19772)
This commit is contained in:
@@ -18,3 +18,11 @@
|
||||
- Execute a specific command after 20 [m]inutes delay:
|
||||
|
||||
`sleep 20m && {{command}}`
|
||||
|
||||
- Delay forever:
|
||||
|
||||
`sleep {{[inf|infinity]}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`sleep --help`
|
||||
|
||||
Reference in New Issue
Block a user