From 77cfffee6177fb0421fa0fce15d6a1875bde4816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20W=C3=BChrer?= Date: Sat, 18 May 2024 21:04:34 +0200 Subject: manuals, sum-down, radix --- man/man1/countdown2.1 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 man/man1/countdown2.1 (limited to 'man/man1/countdown2.1') 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) -- cgit v1.2.3