diff options
author | David Wührer <def@gmx.at> | 2024-05-18 21:04:34 +0200 |
---|---|---|
committer | David Wührer <def@gmx.at> | 2024-05-18 21:04:34 +0200 |
commit | 77cfffee6177fb0421fa0fce15d6a1875bde4816 (patch) | |
tree | 251428cdd482ea50cfb019dbd3c3bafd79d2fd14 /man/man1/countdown2.1 | |
parent | 75b23ce1ff0daab363725a2a5755ea80bbeaa68e (diff) |
manuals, sum-down, radix
Diffstat (limited to 'man/man1/countdown2.1')
-rw-r--r-- | man/man1/countdown2.1 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/man/man1/countdown2.1 b/man/man1/countdown2.1 new file mode 100644 index 0000000..d56afd1 --- /dev/null +++ b/man/man1/countdown2.1 @@ -0,0 +1,26 @@ +.TH countdown2 1 2022-05-27 utils + +.SH NAME +countdown2 \- count down to a specified date + +.SH SYNOPSIS +.B countdown2 +.I date + +.SH DESCRIPTION +.B countdown2 +keeps running until the specified date +while printing the remaining time every second. + +The date can be anything that is understood by +.BR date (1). + +It is not as precise as +.BR sleep (1): +For long periods, it may take longer than specified. + +.SH EXAMPLES +.BR countdown2 \ tomorrow + +.SH SEE ALSO +.BR sleep (1),\ countdown (1),\ date (1) |