-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathleepqq
40 lines (29 loc) · 1.54 KB
/
leepqq
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
SLEEP(1) User Commands SLEEP(1)
NNAAMMEE
sleep - delay for a specified amount of time
SSYYNNOOPPSSIISS
sslleeeepp _N_U_M_B_E_R[_S_U_F_F_I_X]...
sslleeeepp _O_P_T_I_O_N
DDEESSCCRRIIPPTTIIOONN
Pause for NUMBER seconds. SUFFIX may be 's' for seconds (the default),
'm' for minutes, 'h' for hours or 'd' for days. NUMBER need not be an
integer. Given two or more arguments, pause for the amount of time spec‐
ified by the sum of their values.
----hheellpp display this help and exit
----vveerrssiioonn
output version information and exit
AAUUTTHHOORR
Written by Jim Meyering and Paul Eggert.
RREEPPOORRTTIINNGG BBUUGGSS
GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
Report any translation bugs to <https://translationproject.org/team/>
CCOOPPYYRRIIGGHHTT
Copyright © 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL
version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There
is NO WARRANTY, to the extent permitted by law.
SSEEEE AALLSSOO
sleep(3)
Full documentation <https://www.gnu.org/software/coreutils/sleep>
or available locally via: info '(coreutils) sleep invocation'
GNU coreutils 8.32 February 2022 SLEEP(1)