1SLEEP(1)                         User Commands                        SLEEP(1)
2
3
4

NAME

6       sleep - delay for a specified amount of time
7

SYNOPSIS

9       sleep NUMBER[SUFFIX]...
10       sleep OPTION
11

DESCRIPTION

13       Pause for NUMBER seconds.  SUFFIX may be `s' for seconds (the default),
14       `m' for minutes, `h' for hours or `d' for days.  Unlike most  implemen‐
15       tations  that require NUMBER be an integer, here NUMBER may be an arbi‐
16       trary floating point number.  Given two or more  arguments,  pause  for
17       the amount of time specified by the sum of their values.
18
19       --help display this help and exit
20
21       --version
22              output version information and exit
23

AUTHOR

25       Written by Jim Meyering and Paul Eggert.
26

REPORTING BUGS

28       Report sleep bugs to bug-coreutils@gnu.org
29       GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
30       General help using GNU software: <http://www.gnu.org/gethelp/>
31       Report sleep translation bugs to <http://translationproject.org/team/>
32
34       Copyright  ©  2010  Free Software Foundation, Inc.  License GPLv3+: GNU
35       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
36       This is free software: you are free  to  change  and  redistribute  it.
37       There is NO WARRANTY, to the extent permitted by law.
38

SEE ALSO

40       sleep(3)
41
42       The full documentation for sleep is maintained as a Texinfo manual.  If
43       the info and sleep programs are properly installed at  your  site,  the
44       command
45
46              info coreutils 'sleep invocation'
47
48       should give you access to the complete manual.
49
50
51
52GNU coreutils 8.5                November 2010                        SLEEP(1)
Impressum