Files
tldr/pages.uk/linux/sleep.md
Okinea Dev 02b2048f05 pages*: add Ukrainian translation (#12566)
* pages*: add Ukrainian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-04-20 08:59:23 +05:30

21 lines
607 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# sleep
> Затримка на певний час.
> Більше інформації: <https://www.gnu.org/software/coreutils/sleep>.
- Затримка в секундах:
`sleep {{секунди}}`
- Затримка в хвилинах (також можна використовувати інші одиниці ([д]ень, [г]одина, [с]екунда, вічність):
`sleep {{хвилини}}m`
- Затримка на 1 день 3 години:
`sleep 1d 3h`
- Виконати певну команду через 20 хвилин затримки:
`sleep 20m && {{command}}`