logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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