*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: sleep | Section: 1 | Source: OpenBSD | File: sleep.1
SLEEP(1) FreeBSD General Commands Manual SLEEP(1) NAME sleep - suspend execution for an interval of time SYNOPSIS sleep seconds DESCRIPTION The sleep utility suspends execution for at least the given number of seconds. seconds must be a non-negative decimal value and may contain a fraction. ASYNCHRONOUS EVENTS SIGALRM Terminate early, with a zero exit status. EXIT STATUS The sleep utility exits 0 on success, and >0 if an error occurs. EXAMPLES Wait five seconds before running a command: $ sleep 5; echo Hello, World! List a file twice per second: while ls -l file; do sleep 0.5 done SEE ALSO at(1) STANDARDS The sleep utility is compliant with the IEEE Std 1003.1-2008 ("POSIX.1") specification. Support for fractional seconds is an extension to that specification. HISTORY A sleep utility first appeared in Version 4 AT&T UNIX. This implementation of sleep first appeared in 4.3BSD-Tahoe. FreeBSD 14.1-RELEASE-p8 July 30, 2022 FreeBSD 14.1-RELEASE-p8

Navigation Options