sleepplan9 - Online in the Cloud

This is the command sleepplan9 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


sleep - suspend execution for an interval

SYNOPSIS


sleep time

DESCRIPTION


Sleep suspends execution for time seconds.

EXAMPLES


Execute a command 100 seconds hence.

{sleep 100; command}&

Repeat a command every 30 seconds.

while (){
command
sleep 30
}

SOURCE


/src/cmd/sleep.c

Use sleepplan9 online using onworks.net services



Latest Linux & Windows online programs