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
24 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
25 Report sleep translation bugs to <http://translationproject.org/team/>
26
28 Written by Jim Meyering and Paul Eggert.
29
31 Copyright © 2013 Free Software Foundation, Inc. License GPLv3+: GNU
32 GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
33 This is free software: you are free to change and redistribute it.
34 There is NO WARRANTY, to the extent permitted by law.
35
37 sleep(3)
38
39 The full documentation for sleep is maintained as a Texinfo manual. If
40 the info and sleep programs are properly installed at your site, the
41 command
42
43 info coreutils 'sleep invocation'
44
45 should give you access to the complete manual.
46
47
48
49GNU coreutils 8.22 October 2018 SLEEP(1)