mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 00:42:08 +02:00

* 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>
16 lines
297 B
Markdown
16 lines
297 B
Markdown
# sleep
|
|
|
|
> Verzögert für einen bestimmten Zeitraum.
|
|
> Weitere Informationen: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html>.
|
|
|
|
- Verzögere in Sekunden:
|
|
|
|
`sleep {{sekunden}}`
|
|
|
|
- Verzögere in Minuten:
|
|
|
|
`sleep {{minuten}}m`
|
|
|
|
- Verzögere in Stunden:
|
|
|
|
`sleep {{stunden}}h`
|