|
|
1.1 root 1: .TH SLEEP 1
2: .CT 1 proc_man
3: .SH NAME
4: sleep \- suspend execution for an interval
5: .SH SYNOPSIS
6: .B sleep
7: .I time
8: .SH DESCRIPTION
9: .I Sleep
10: suspends execution for
11: .I time
12: seconds.
13: .SH EXAMPLES
14: .TP
15: .L (sleep 100; command)&
16: Execute a command
17: 100 seconds hence.
18: .PP
19: .EX
20: while :
21: do
22: command
23: sleep 30
24: done
25: .EE
26: .ns
27: .IP
28: Repeat a command every 30 seconds.
29: .SH "SEE ALSO"
30: .IR alarm (2),
31: .IR sleep (3)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.