ToolTalk User's Guide

Examining ToolTalk Type Information

You can examine all type information in a specified ToolTalk Types Database, only the ptype information, or only the otype information. To specify the database you want to examine, use the -d option and supply the name of the user, system, or network to indicate the desired database. If the -d option is not used, tt_type_comp will use the user database by default.

    To examine all the ToolTalk type information in a ToolTalk Types Database, enter the following line


    % tt_type_comp -d user|system|network -p

    The type information will be printed out in source format.

    To list all ptypes in a ToolTalk Types Database, enter the following line:


    % tt_type_comp -d user|system|network -P

    The names of the ptypes will be printed out in source format.

    To list all otypes in a ToolTalk Types Database, enter the following line:


    % tt_type_comp -d user|system|network -O

    The names of the otypes will be printed out in source format.