sleep.1 (745B)
- .\" Collection of Unix tools, comparable to coreutils
- .\" Copyright 2017-2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- .\" SPDX-License-Identifier: MPL-2.0
- .Dd 2022-11-19
- .Dt SLEEP 1
- .Os
- .Sh NAME
- .Nm sleep
- .Nd delay for a specified amount of time
- .Sh SYNOPSIS
- .Nm
- .Ar duration ...
- .Sh DESCRIPTION
- The
- .Nm
- utily shell suspends execution for the total of each
- .Ar duration
- argument.
- .Pp
- .Ar 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.
- .Sh EXIT STATUS
- .Ex -std
- .Sh SEE ALSO
- .Xr at 1 ,
- .Xr crontab 1 ,
- .Xr nanosleep 3
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me