logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sleep - suspend execution for an interval

Description

Sleep suspends execution for time seconds.

Examples

       Execute a command 100 seconds hence.

              {sleep 100; command}&

       Repeat a command every 30 seconds.

              while (){
                   command
                   sleep 30
              }

Name

       sleep - suspend execution for an interval

See Also

sleep(3)

                                                                                                   SLEEP(1plan9)

Source

/src/cmd/sleep.c

Synopsis

sleeptime

See Also