Query: sleep
OS: plan9
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 intervalSYNOPSISsleep timeDESCRIPTIONSleep suspends execution for time seconds.EXAMPLESExecute a command 100 seconds hence. {sleep 100; command}& Repeat a command every 30 seconds. while (){ command sleep 30 }SOURCE/sys/src/cmd/sleep.cSEE ALSOsleep(2) SLEEP(1)
| Related Man Pages |
|---|
| sleep(1) - centos |
| sleep(3) - osx |
| sleep(1) - freebsd |
| sleep(1) - opendarwin |
| sleep(1) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| telnet in a script |
| Do You Sleep With Battery Powered Devices? |
| Read input data within a specified period of time |
| Help with trap and signals |
| Sleep command did not worked |