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) - mojave |
| sleep(3) - osx |
| sleep(3) - mojave |
| sleep(1) - netbsd |
| sleep(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| How to wakeup sleeping processes |
| Wants alternate to the Sleep option?? |
| script to check for existence of file (or else sleep for x time) |
| Help with trap and signals |
| Alternative to Sleep? |