Google
×

sleep

Unix-like operating system command
In computing, sleep is a command in Unix, Unix-like and other operating systems that suspends program execution for a specified time. Wikipedia
Function: Delay for a specified amount of time
Example: sleep 1800
Syntax: sleep NUMBERSUFFIX...
Developer(s): AT&T Bell Laboratories, Microsoft, Microware, Trane Francks
License: coreutils: GPLv3+; FreeDOS: GPLv2; Plan 9: MIT License
Written in: C