sleep: refresh page (#9631)
* sleep: add commands * Add separate file for Linux tree
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user