plan9-sleep(1) debian man page | unix.com

Man Page: plan9-sleep

Operating Environment: debian

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
/src/cmd/sleep.c
SEE ALSO
sleep(3) SLEEP(1)
Related Man Pages
sleep(3) - centos
sleep(1) - freebsd
sleep(1) - netbsd
sleep(3) - suse
sleep(3) - php
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph