Using Workbench Command

Workbench Command is a set of command-line tools that can be used to perform simple and complex operations within Connectome Workbench.

Full Documentation:

Documentation Home
REARRANGE SCENES INTO A NEW FILE
   wb_command -scene-file-merge
      <scene-file-out> - output - the output scene file

      [-scene-file] - repeatable - specify a scene file to use scenes from
         <scene-file> - the input scene file

         [-scene] - repeatable - specify a scene to use
            <scene> - the scene number or name

            [-up-to] - use an inclusive range of scenes
               <last-column> - the number or name of the last scene to include

               [-reverse] - use the range in reverse order

      Takes one or more scene files and constructs a new scene file by
      concatenating specified scenes from them.

      Example: wb_command -scene-file-merge out.scene -scene-file first.scene
      -scene 1 -scene-file second.scene

      This example would take the first scene from first.scene, followed by all
      scenes from second.scene, and write these scenes to out.scene.