sleep - Suspend invocation for an interval

Synopsis

sleep time

Description

You can use sleep to suspend a process from running for time seconds.

Options

None.

Operands

The value of time must be a positive integer.

Exit Status