bag-merge

Synopsis

bag-merge [OPTIONS] -o OUTPUT INPUT1 [INPUT2 ...]

Description

Copy event s from log file s INPUT1, INPUT2 etc. into a new log file OUTPUT.

See also

Common Commandline Options
The usual RSB-related commandline options are accepted.
Examples
The usual IDL-related commandline options are accepted.
replay-related-options
The usual replay-related commandline options are accepted.
--output-file OUTPUT, -o OUTPUT

Write transformed events into file OUTPUT. The file format is determined based on the file type (which is determined based on the file extension) of OUTPUT.

Tip

The output of common --help-for all includes a list of supported file formats.

Examples

  • $ bag-merge -o bla.tide '/vol/my-separate-logs/**/*.tide'
    

    The above command merges all log file s matching the glob expression /vol/my-separate-logs/**/*.tide into a single log file named bla.tide.

Table Of Contents

Related Documentation

This Page