Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

Unix

Unix v6

sleep(1)



sleep suspend execution for an interval time suspends execution for seconds. It is used to execute a command in a certain amount of time as in: (sleep 105; command)& Or to execute a command every so often as in this shell command file: : loop

command

sleep 37

goto loop sleep (II) must be less than 65536 seconds.



sleep(1)