plan9 man page for sleep

Query: sleep

OS: plan9

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 an interval
SYNOPSIS
sleep time
DESCRIPTION
Sleep suspends execution for time seconds.
EXAMPLES
Execute a command 100 seconds hence. {sleep 100; command}& Repeat a command every 30 seconds. while (){ command sleep 30 }
SOURCE
/sys/src/cmd/sleep.c
SEE ALSO
sleep(2) SLEEP(1)
Related Man Pages
sleep(3) - centos
sleep(1) - centos
sleep(3) - linux
sleep(1) - sunos
sleep(3) - php
Similar Topics in the Unix Linux Community
How to wakeup sleeping processes
Wants alternate to the Sleep option??
How to sleep and wake a thread???
Alternative to Sleep?
Send sleep to background