xref: /inferno-os/man/1/sleep (revision 46439007cf417cbd9ac8049bb4122c890097a0fa)
SLEEP 1
NAME
sleep, pause - suspend execution for an interval
SYNOPSIS
sleep n

pause

DESCRIPTION
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.

SOURCE
/appl/cmd/sleep.b

/appl/cmd/pause.b

"SEE ALSO"
sys-sleep (2)