Workbench Command is a set of command-line tools that can be used to perform simple and complex operations within Connectome Workbench.
MERGE BORDER FILES INTO A NEW FILE
wb_command -border-merge
<border-file-out> - output - the output border file
[-border] - repeatable - specify an input border file
<border-file-in> - a border file to use borders from
[-select] - repeatable - select a single border to use
<border> - the border number or name
[-up-to] - use an inclusive range of borders
<last-border> - the number or name of the last column to include
[-reverse] - use the range in reverse order
Takes one or more border files and makes a new border file from the
borders in them.
Example: wb_command -border-merge out.border -border first.border -select
1 -border second.border
This example would take the first border from first.border, followed by
all borders from second.border, and write these to out.border.