Sleep

SLEEP(1) - General Commands Manual

At, Sleep

SLEEP(1) - General Commands Manual # SLEEP(1) - General Commands Manual NAME # sleep - suspend execution for an interval of time SYNOPSIS # sleep seconds DESCRIPTION # The sleep utility suspends execution for at least the given number of seconds. seconds must be a non-negative decimal value and may contain a fraction. ASYNCHRONOUS EVENTS # SIGALRM Terminate early, with a zero exit status. EXIT STATUS # The sleep utility exits 0 on success, and >0 if an error occurs. ...