SPEC_MERGE
Use this to merge two specification files, i.e. a local and a master specification file.
Refer to the following example for more information:
Local specification file (original) |
Local specification file (merged) |
Master specification file |
---|---|---|
begin$def bbb number = 23.0 begin$def vals |
BEGIN$DEF bbb |
begin$def section begin$def vals begin$tab ooo |
Usage:
spec_merge <local spec file> <master spec file> |
Where:
Option |
Description |
---|---|
<local spec file> |
Refers to the local specification file that will be updated/overwritten. |
<master spec file> |
Refers to the master specification file that will overwrite any redundant information contained in the local specification file. |