sleep(1) sleep(1)
sleep - suspend execution for an interval
sleep time
sleep suspends execution for time seconds. It is used to execute a
command after a certain amount of time, as in:
(sleep 105; command<b>)&
or to execute a command every so often, as in:
while true
do
command
sleep 37
done
/usr/lib/locale/locale<b>/LC_MESSAGES/uxcore.abi
language-specific message file (see LANG on environ(5))
alarm(2), sleep(3C)
PPPPaaaaggggeeee 1111 [ Back ]
|