sleep(1) minix man page | unix.com

Man Page: sleep

Operating Environment: minix

Section: 1

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(3) - mojave
sleep(3) - debian
sleep(1) - opendarwin
sleep(3) - php
Similar Topics in the Unix Linux Community
How to wakeup sleeping processes
Wants alternate to the Sleep option??
Do You Sleep With Battery Powered Devices?
Read input data within a specified period of time
How to sleep and wake a thread???