summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/date.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/date.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/date.1')
-rw-r--r--static/unix-v10/man1/date.133
1 files changed, 33 insertions, 0 deletions
diff --git a/static/unix-v10/man1/date.1 b/static/unix-v10/man1/date.1
new file mode 100644
index 00000000..2ec8af09
--- /dev/null
+++ b/static/unix-v10/man1/date.1
@@ -0,0 +1,33 @@
+.pa 1
+.he 'DATE (I)'3/15/72'DATE (I)'
+.ti 0
+NAME date -- print and set the date
+.sp
+.ti 0
+SYNOPSIS date____ [ mmddhhmm ]
+.sp
+.ti 0
+DESCRIPTION If no argument is given, the current date is printed
+to the second.
+If an argument is given, the current date is set.
+mm__ is the month number;
+dd__ is the day number in the month;
+hh__ is the hour number (24 hour system);
+mm__ is the minute number.
+For example:
+
+ date 10080045
+
+sets the date to Oct 8, 12:45 AM.
+.sp
+.ti 0
+FILES --
+.sp
+.ti 0
+SEE ALSO --
+.sp
+.ti 0
+DIAGNOSTICS "?" if the argument is syntactically incorrect.
+.sp
+.ti 0
+BUGS --