SLEEP(1) General Commands Manual SLEEP(1)

sleepdelay for a specified amount of time

sleep duration...

The sleep utily shell suspends execution for the total of each duration argument.

duration is a non-negative decimal number including floats, optionally followed by a suffix: s for seconds (default), m for minutes, h for hours. Longer durations are taken as out of scope.

The sleep utility exits 0 on success, and >0 if an error occurs.

at(1), crontab(1), nanosleep(3)

sleep should be compliant with the IEEE Std 1003.1-2024 (“POSIX.1”) specification.

Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>

2022-11-19 Linux 6.6.67-gentoo-x86_64