summaryrefslogtreecommitdiff
path: root/static/v10/man1/date.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
commit711594636704defae873be1a355a292505585afd (patch)
tree59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man1/date.1
parent3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff)
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man1/date.1')
-rw-r--r--static/v10/man1/date.133
1 files changed, 33 insertions, 0 deletions
diff --git a/static/v10/man1/date.1 b/static/v10/man1/date.1
new file mode 100644
index 00000000..2ec8af09
--- /dev/null
+++ b/static/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 --