====== sleep ====== ---- Causes the shell to pause for a number of seconds. ==== Synopsis ==== ''%%sleep %%'' ==== 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 the shell will pause. ==== Implementation ==== Command implemented in shell V20. Built-in shell command.