Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ sleep(1) — UTek 3.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

alarm(3c)

sleep(3c)



SLEEP(1)                COMMAND REFERENCE                SLEEP(1)



NAME
     sleep - suspend execution for an interval

SYNOPSIS
     sleep time

DESCRIPTION
     Sleep suspends execution for time seconds.

EXAMPLES
     It can be used to execute a command after a certain amount
     of time as in:

          (sleep 105; command)&

     or to execute a command every so often, as in:

          while true
          do
               command
               sleep 37
          done

RETURN VALUE
     [NO_ERRS]      Command completed without error.

     [NP_ERR]       An error occurred that was not a system
                    error.  Execution terminated.

CAVEATS
     Time (in seconds) must be less than the maximum number
     allowed in an unsigned long.

SEE ALSO
     alarm(3c) and sleep(3c).




















Printed 5/12/88                                                 1





































































%%index%%
na:264,93;
sy:357,164;
de:521,229;
ex:750,357;
rv:1107,288;
ca:1395,181;
se:1576,154;
%%index%%000000000119

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026