Query: sleep
OS: hpux
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
sleep(1) General Commands Manual sleep(1)NAMEsleep - suspend execution for an intervalSYNOPSIStimeDESCRIPTIONsuspends execution for time seconds. It is used to execute a command after a certain amount of time, as in: or to execute a command periodically, as in: commandRETURN VALUEexits with one of the following values: 0 The execution was successfully suspended for time seconds, or a SIGALRM signal was received. >0 If the time operand is missing, is not a decimal integer, is negative, or is greater than returns with exit status 2.SEE ALSOalarm(2), sleep(3C).STANDARDS CONFORMANCEsleep(1)
| Related Man Pages |
|---|
| sleep(3) - osx |
| sleep(3) - mojave |
| sleep(3c) - sunos |
| sleep(3c) - hpux |
| sleep(1) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| telnet in a script |
| Sleep or Dealy fucntion Issue |
| How to sleep and wake a thread??? |
| Help with trap and signals |
| Sleep command |