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>
|
1093
|
9 <command>date</command>
|
134
|
10 <arg choice="opt">
|
913
|
11 <option>-t</option>
|
134
|
12 </arg>
|
|
13 </cmdsynopsis>
|
|
14 </refsynopsisdiv>
|
|
15
|
|
16 <refsect1><title>Description</title>
|
|
17 <para>
|
913
|
18 This command will display the current system date, and if the "-t"
|
134
|
19 option is given, the current system time.
|
|
20 </para>
|
|
21 </refsect1>
|
|
22 <refsect1><title>Examples</title>
|
|
23 <screen>
|
913
|
24 date -t
|
134
|
25
|
913
|
26 date -t >/p (Output is redirected to printer)
|
134
|
27
|
|
28 OS9: setime
|
|
29
|
913
|
30 yyyy/mm/dd hh:mm:ss
|
|
31 Time ? 2003/04/15 14:19:00
|
134
|
32
|
|
33 OS9:date
|
|
34
|
913
|
35 April 15, 2003
|
134
|
36
|
913
|
37 OS9:date -t
|
134
|
38
|
913
|
39 April 15, 2003 14:20:20
|
134
|
40 </screen>
|
|
41 </refsect1>
|
|
42 </refentry>
|
|
43
|