sleep.1 (849B)
- .\" utils-std: Collection of commonly available Unix tools
- .\" Copyright 2017 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 STANDARDS
- .Nm
- should be compliant with the
- IEEE Std 1003.1-2024 (“POSIX.1”)
- specification.
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me