Suspend execution for an interval (POSIX)
sleep time
The sleep utility suspends execution for at least the integral number of seconds specified by the time operand.
The sleep utility takes the default action for all signals, except that sleep terminates normally with a zero exit status on receipt of a SIGALRM signal.