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

  • 0 when successful.
  • >0 when time is invalid.