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 GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
29 Report sleep translation bugs to <https://translationproject.org/team/>
30
32 Copyright © 2018 Free Software Foundation, Inc. License GPLv3+: GNU
33 GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
34 This is free software: you are free to change and redistribute it.
35 There is NO WARRANTY, to the extent permitted by law.
36
38 sleep(3)
39
40 Full documentation at: <https://www.gnu.org/software/coreutils/sleep>
41 or available locally via: info '(coreutils) sleep invocation'
42
43
44
45GNU coreutils 8.30 July 2018 SLEEP(1)