72 lines
690 B
HTML
72 lines
690 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>sleep(1)</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>sleep(1)</H1>
|
|
<HR>
|
|
<PRE>
|
|
|
|
</PRE>
|
|
<H2>NAME</H2><PRE>
|
|
sleep - suspend execution for a given number of seconds
|
|
|
|
|
|
</PRE>
|
|
<H2>SYNOPSIS</H2><PRE>
|
|
<STRONG>sleep</STRONG> <EM>seconds</EM>
|
|
|
|
|
|
</PRE>
|
|
<H2>EXAMPLES</H2><PRE>
|
|
|
|
<STRONG>sleep</STRONG> <STRONG>10</STRONG> # Suspend execution for 10 sec.
|
|
|
|
|
|
</PRE>
|
|
<H2>DESCRIPTION</H2><PRE>
|
|
|
|
The caller is suspended for the indicated number of seconds. This
|
|
command is typically used in shell scripts.
|
|
|
|
|
|
</PRE>
|
|
<H2>SEE ALSO</H2><PRE>
|
|
<STRONG><A HREF="../man3/sleep.3.html">sleep(3)</A></STRONG>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</PRE>
|
|
</BODY>
|
|
</HTML>
|