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
REPLACE A STRING IN ALL METADATA OF A FILE
   wb_command -metadata-string-replace
      <input-file> - the file to replace metadata in
      <find-string> - the string to find
      <replace-string> - the string to replace <find-string> with
      <output-file> - output - the name to save the modified file as

      [-case-insensitive] - match with case variation also

      Replaces all occurrences of <find-string> in the metadata and map names
      of <input-file> with <replace-string>.