134
|
1 <refentry id="date">
|
|
2 <refnamediv>
|
|
3 <refname>DATE</refname>
|
|
4 <refpurpose>Display system date and time</refpurpose>
|
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <cmdsynopsis>
|
|
9 <command>DATE</command>
|
|
10 <arg choice="opt">
|
|
11 <option>t</option>
|
|
12 </arg>
|
|
13 </cmdsynopsis>
|
|
14 </refsynopsisdiv>
|
|
15
|
|
16 <refsect1><title>Description</title>
|
|
17 <para>
|
|
18 This command will display the current system date, and if the "t"
|
|
19 option is given, the current system time.
|
|
20 </para>
|
|
21 </refsect1>
|
|
22 <refsect1><title>Examples</title>
|
|
23 <screen>
|
|
24 date t
|
|
25
|
|
26 date t >/p (Output is redirected to printer)
|
|
27
|
|
28 OS9: setime
|
|
29
|
|
30 YY/MM/DD HH:MM:SS
|
|
31 TIME ? 81/04/15 14:19:00
|
|
32
|
|
33 OS9:date
|
|
34
|
|
35 April 15, 1981
|
|
36
|
|
37 OS9:date t
|
|
38
|
|
39 April 15, 1981 14:20:20
|
|
40 </screen>
|
|
41 </refsect1>
|
|
42 </refentry>
|
|
43
|