Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ sleep(I) — UNIX 6th Edition 1.3.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

sleep (II)

SLEEP(I)  −  PWB/UNIX 11/1/73

NAME

sleep − suspend execution for an interval

SYNOPSIS

sleep time

DESCRIPTION

Sleep suspends execution for time seconds.  It is used to execute a command in a certain amount of time as in: (sleep 105; command)& Or to execute a command every so often as in this shell command file: : loop
command
sleep 37
goto loop

SEE ALSO

sleep (II)

BUGS

Time must be less than 65536 seconds. 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026