66 lines
491 B
Plaintext
66 lines
491 B
Plaintext
|
|
|
|
|
|
|
|
|
|
Command: sleep - suspend execution for a given number of seconds
|
|
Syntax: sleep seconds
|
|
Flags: (none)
|
|
Example: sleep 10 # Suspend execution for 10 sec.
|
|
|
|
The caller is suspended for the indicated number of seconds. This
|
|
command is typically used in shell scripts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|