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. NUMBER need not be an
15 integer. Given two or more arguments, pause for the amount of time
16 specified by the sum of their values.
17
18 --help display this help and exit
19
20 --version
21 output version information and exit
22
24 Written by Jim Meyering and Paul Eggert.
25
27 GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
28 Report any translation bugs to <https://translationproject.org/team/>
29
31 Copyright © 2020 Free Software Foundation, Inc. License GPLv3+: GNU
32 GPL version 3 or later <https://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 Full documentation <https://www.gnu.org/software/coreutils/sleep>
40 or available locally via: info '(coreutils) sleep invocation'
41
42
43
44GNU coreutils 8.32 April 2020 SLEEP(1)