SLEEP(1) General Commands Manual SLEEP(1)

sleep, pause - suspend execution for an interval

sleep n

pause

Sleep suspends its own execution for n seconds before returning.

Pause never returns, and is typically used to stop a command interpreter reading any more from the standard input.

/appl/cmd/sleep.b
/appl/cmd/pause.b

sys-sleep (2)