sleep(1) plan9 man page | unix.com

Man Page: sleep

Operating Environment: plan9

Section: 1

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(1) - opensolaris
sleep(3) - osx
sleep(3) - linux
sleep(3) - suse
sleep(1) - sunos
Similar Topics in the Unix Linux Community
telnet in a script
Wants alternate to the Sleep option??
Read input data within a specified period of time
script to check for existence of file (or else sleep for x time)
Send sleep to background