File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / usr / src / man / man1 / sleep.1
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:24:19 2019 UTC (7 years ago) by root
Branches: bsd, MAIN
CVS tags: v12b, v121, HEAD
Power 6/32 Unix version 1.2b

.TH SLEEP 1  "10 February 1983"
.SH NAME
sleep \- suspend execution for an interval
.SH SYNOPSIS
.B sleep
time
.SH DESCRIPTION
.I Sleep
suspends execution for
.I time
seconds.
It is used to execute a command after a certain amount of time as in:
.PP
	(sleep 105; command)&
.PP
or to execute a command every so often, as in:
.PP
	while true
.br
	do
.br
		command
.br
		sleep 37
.br
	done
.SH "SEE ALSO"
setitimer(2), alarm(3C), sleep(3)
.SH BUGS
.I Time
must be less than 2,147,483,647 seconds.

unix.superglobalmegacorp.com

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