sleep


Causes the shell to pause for a number of seconds.

Synopsis

sleep <number of seconds>

Description

Tells the shell to go to sleep for a given number of seconds. The shell will not accept commands while it is sleeping.

Arguments

<number of seconds>
Number of seconds the shell will pause.

Implementation

Command implemented in shell V20.

Built-in shell command.