1SLEEP(1) User Commands SLEEP(1)
2
3
4
6 sleep - delay for a specified amount of time
7
9 sleep NUMBER[SUFFIX]...
10 sleep OPTION
11
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
25 Written by Jim Meyering and Paul Eggert.
26
28 Report bugs to <bug-coreutils@gnu.org>.
29
31 Copyright © 2007 Free Software Foundation, Inc.
32 This is free software. You may redistribute copies of it under the
33 terms of the GNU General Public License
34 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
35 extent permitted by law.
36
38 sleep(3)
39
40 The full documentation for sleep is maintained as a Texinfo manual. If
41 the info and sleep programs are properly installed at your site, the
42 command
43
44 info sleep
45
46 should give you access to the complete manual.
47
48
49
50GNU coreutils 6.9 March 2008 SLEEP(1)