annotate docs/nitros9guide/date.refentry @ 3295:6b7a7b233925 default tip

makefile: Allow PORTS with level1/2 mix https://sourceforge.net/p/nitros9/feature-requests/10/
author Tormod Volden <debian.tormod@gmail.com>
date Tue, 19 Apr 2022 18:12:17 +0200
parents 4dae346c4969
children
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>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 913
diff changeset
9 <command>date</command>
134
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="opt">
913
2c541a4a3406 Updated to show new -t option
boisy
parents: 134
diff changeset
11 <option>-t</option>
134
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>
913
2c541a4a3406 Updated to show new -t option
boisy
parents: 134
diff changeset
18 This command will display the current system date, and if the &quot;-t&quot;
134
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>
913
2c541a4a3406 Updated to show new -t option
boisy
parents: 134
diff changeset
24 date -t
134
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
25
913
2c541a4a3406 Updated to show new -t option
boisy
parents: 134
diff changeset
26 date -t &gt;/p (Output is redirected to printer)
134
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
913
2c541a4a3406 Updated to show new -t option
boisy
parents: 134
diff changeset
30 yyyy/mm/dd hh:mm:ss
2c541a4a3406 Updated to show new -t option
boisy
parents: 134
diff changeset
31 Time ? 2003/04/15 14:19:00
134
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
913
2c541a4a3406 Updated to show new -t option
boisy
parents: 134
diff changeset
35 April 15, 2003
134
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
36
913
2c541a4a3406 Updated to show new -t option
boisy
parents: 134
diff changeset
37 OS9:date -t
134
52af9581ef1e Split up the commands into individual files.
roug
parents:
diff changeset
38
913
2c541a4a3406 Updated to show new -t option
boisy
parents: 134
diff changeset
39 April 15, 2003 14:20:20
134
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