1SLEEP(1)                    General Commands Manual                   SLEEP(1)
2
3
4

NAME

6       sleep - suspend execution for an interval
7

SYNOPSIS

9       sleep time
10

DESCRIPTION

12       Sleep  suspends  execution  for  time seconds.  It is used to execute a
13       command after a certain amount of time as in:
14
15            (sleep 105; command)&
16
17       or to execute a command every so often, as in:
18
19            while true
20            do
21                 command
22                 sleep 37
23            done
24

SEE ALSO

26       setitimer(2), alarm(3C), sleep(3)
27

BUGS

29       Time must be less than 2,147,483,647 seconds.
30
31
32
337th Edition                     April 29, 1985                        SLEEP(1)
Impressum