Installed and Uninstalled Table Information
This section lists the plist commands that return the installed or uninstalled tables information.
Installed Table Information
Command
The following commands output the installed table information:
| • | To return the information about installed table items: |
| • | To return additional information about Subfield, Type, Length, and Decimal: |
plist -sv
Example
The following examples show the output node information of the commands.
| • | Input the SWDIR/util/plist -s command. The output is shown as follows. |
Name
----
HARDWARE
SOFTWARE
CUSTOMERS
PROSPECTS
| • | Input the SWDIR/util/plist -sv command. The output is shown as follows. |
Name Subfield Type Length Decimal
-----------------------------------------------------------------
PROSPECTS
CONAME A 20 0
STREET A 20 0
TOWN A 20 0
COUNTY A 20 0
POST A 20 0
COUNTRY A 20 0
Uninstalled Table Information
Command
The following commands output the uninstalled table information:
| • | To return the information about uninstalled table items: |
| • | To return additional information about uninstalled table items: |
plist -tv
Returns
The output contains the same column names as the output of the SWDIR/util/plist -s command. For more information, see Example in Installed Table Information.