sleep: refresh page (#9631)

* sleep: add commands

* Add separate file for Linux tree
This commit is contained in:
Onkar Ruikar
2023-02-08 22:03:28 +05:30
committed by GitHub
parent f6692c871f
commit 1f028af0f0
2 changed files with 23 additions and 7 deletions

View File

@@ -1,16 +1,12 @@
# sleep
> Delay for a specified amount of time.
> More information: <https://www.gnu.org/software/coreutils/sleep>.
> More information: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html>.
- Delay in seconds:
`sleep {{seconds}}`
- Delay in minutes:
- Execute a specific command after 20 seconds delay:
`sleep {{minutes}}m`
- Delay in hours:
`sleep {{hours}}h`
`sleep 20 && {{command}}`