File:  [Research Unix] / researchv10dc / man / adm / man1 / sleep.1
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:34 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Dan Cross

.TH SLEEP 1
.CT 1 proc_man
.SH NAME
sleep \- suspend execution for an interval
.SH SYNOPSIS
.B sleep
.I time
.SH DESCRIPTION
.I Sleep
suspends execution for
.I time
seconds.
.SH EXAMPLES
.TP
.L (sleep 100; command)&
Execute a command
100 seconds hence.
.PP
.EX
while :
do
	command
	sleep 30
done
.EE
.ns
.IP
Repeat a command every 30 seconds.
.SH "SEE ALSO"
.IR alarm (2), 
.IR sleep (3)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.