summaryrefslogtreecommitdiff
path: root/man/man1/countdown2.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/countdown2.1')
-rw-r--r--man/man1/countdown2.126
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)