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/src/cmd/sleep.cSEE ALSOsleep(3) SLEEP(1)
| Related Man Pages |
|---|
| sleep(3) - centos |
| sleep(1) - mojave |
| sleep(1) - freebsd |
| sleep(1) - sunos |
| sleep(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |