annotate docs/nitros9guide/date.refentry @ 153:f4af2c0b842c

Integration into main document
author roug
date Sun, 07 Jul 2002 19:32:19 +0000
parents 52af9581ef1e
children 2c541a4a3406
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
134
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="date">
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>DATE</refname>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Display system date and time</refpurpose>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
6
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
9 <command>DATE</command>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="opt">
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
11 <option>t</option>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
12 </arg>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
13 </cmdsynopsis>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
14 </refsynopsisdiv>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
15
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
16 <refsect1><title>Description</title>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
17 <para>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
18 This command will display the current system date, and if the &quot;t&quot;
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
19 option is given, the current system time.
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
20 </para>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
21 </refsect1>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
22 <refsect1><title>Examples</title>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
23 <screen>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
24 date t
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
25
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
26 date t &gt;/p (Output is redirected to printer)
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
27
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
28 OS9: setime
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
29
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
30 YY/MM/DD HH:MM:SS
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
31 TIME ? 81/04/15 14:19:00
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
32
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
33 OS9:date
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
34
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
35 April 15, 1981
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
36
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
37 OS9:date t
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
38
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
39 April 15, 1981 14:20:20
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
40 </screen>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
41 </refsect1>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
42 </refentry>
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
43