1 07/04/86  date_compiled, dtc
 2 
 3 Syntax as a command:  dtc path {-control_arg} {components}
 4 
 5 
 6 Syntax as an active function:  [dtc path {-control_arg} {components}]
 7 
 8 
 9 Function:  prints the date and time compiled and the compiler
10 identifier for an object file or an archive of object segments.  For
11 a bound object file, the command prints the date and time compiled
12 for each component.
13 
14 The active function returns the first line of output that would be
15 printed if it were invoked as a command.
16 
17 
18 Arguments:
19 path
20    is the pathname of an object segment, bound object segment,
21    bound object MSF, or an archive of object segments.
22 components
23    are names of components in a bound object file or archive of
24    object segments.  If component names are supplied, information on
25    only these components is listed.
26 
27 
28 Control arguments:
29 -brief, -bf
30    lists the date and time compiled only.
31 -long, -lg
32    lists the date and time compiled, the file name, your User_id,
33    and the long form of the compiler identifier.
34 
35 
36 Notes:  If an archive is listed, the bind file is ignored.
37 
38 If neither control argument is specified, the command lists the date
39 and time compiled, the file name, the User_id, and the short
40 compiler identifier.