| cwb_mplugin ~~~~~~~~~~~~~~~~ | | **Usage** | | This command is used to merge plugins into one. | | **Syntax** | - ``cwb_mplugin out_plugin.C in_plugin_1.C(opt) in_plugin_2.C(opt) in_plugin_3.C(opt) in_plugin_4.C(opt)`` - **out\_plugin.C** : name of the output plugin - **in\_plugin\_1.C** : name of the input plugin 1 - **in\_plugin\_2.C** : name of the input plugin 2 (optional) - **in\_plugin\_3.C** : name of the input plugin 3 (optional) - **in\_plugin\_4.C** : name of the input plugin 4 (optional) .. note:: - the input plugins are executed following the order of the declaration in_plugin_1.C, in_plugin_2.C, in_plugin_3.C, in_plugin_4.C - the instructions #define,#include,#pragma must be defined outside the functions | | **Example** | .. code-block:: bash cwb_mplugin out_plugin.C in_plugin_1.C in_plugin_2.C