Query: plan9-sleep
OS: debian
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/src/cmd/sleep.cSEE ALSOsleep(3) SLEEP(1)
Related Man Pages |
---|
sleep(3) - osx |
sleep(3) - mojave |
sleep(1) - opendarwin |
sleep(3) - suse |
sleep(1) - sunos |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Introduction |
Find columns in a file based on header and print to new file |