Sleep (command)
In computing, sleep is a command in Unix, Unix-like and other operating systems that suspends program execution for a specified time. == Overview == The sleep instruction suspends the calling process for at least the specified number of seconds (the default), minutes, hours or days.