* pages/*: update links and more info link script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: reformat code * ax-webapp: fix link * curl: fix false positive Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
17 lines
274 B
Markdown
17 lines
274 B
Markdown
# sleep
|
|
|
|
> Fördröjning under bestämd tid.
|
|
> Mer information: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html>.
|
|
|
|
- Fördröj i sekunder:
|
|
|
|
`sleep {{sekunder}}`
|
|
|
|
- Fördröj i minuter:
|
|
|
|
`sleep {{minuter}}m`
|
|
|
|
- Fördröj i timmar:
|
|
|
|
`sleep {{timmar}}h`
|