TMLINE
This utility reads the header of AEDP subset files, and displays the start
time and end time of the file. One can put the results to an output file
instead of the screen with the -o qualifier. The filenames can be
wildcarded.
Format:
tmline i [-o myfile.lis] -f file_name
Parameters
i interactive
This parameter indicates that the command is interactive. Actually any
string without a preceeding dash(-), anywhere within the command
will indicate that the command is interactive.
Note: Interactive commands assume that the mnemonics assigned in the
OPUS_DEFINITIONS_DIR:NULL.PATH file will be used.
-f file_name
The file name is the name of an AEDP engineering subset file. This name
can be wildcarded. These files are usually named S*.V*.
Qualifiers
-o myfile.lis
If the output qualifier is absent, the listing will appear directly on the
terminal screen. The name of the output file can be changed by specifying
the new name as a value of this qualifier.
Examples