minix man page for sleep

Query: sleep

OS: minix

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SLEEP(1)						      General Commands Manual							  SLEEP(1)

NAME
sleep - suspend execution for a given number of seconds
SYNOPSIS
sleep seconds
EXAMPLES
sleep 10 # Suspend execution for 10 sec.
DESCRIPTION
The caller is suspended for the indicated number of seconds. This command is typically used in shell scripts.
SEE ALSO
sleep(3). SLEEP(1)
Related Man Pages
sleep(3) - centos
sleep(1) - mojave
sleep(1) - freebsd
sleep(1) - netbsd
sleep(1) - x11r4
Similar Topics in the Unix Linux Community
How to wakeup sleeping processes
script to check for existence of file (or else sleep for x time)
How to sleep and wake a thread???
Alternative to Sleep?
Send sleep to background