The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

fm_diff_cdb - Analyzes and displays the differences between two cdb files.

VERSION

version 0.7.0

SYNOPSIS

fm_diff_cdb [options] [PATH_TO_OLD_CONFIG.CDB] PATH_TO_NEW_CONFIG.CDB

Options:

  --help             -h  Prints this help.
  --version              Prints current version.
  --verbose          -v  The verbose level. 0 - least output, 2 most output (Default: 0).
  --added            -a  Print added options (Regardless of verbose level).
  --removed          -r  Print removed options (Regardless of verbose level).
  --changed          -c  Print changed options (Regardless of verbose level)
  --description      -d  Displays the description of each printed option. Thereofe
                         This options does not need two paths to a CDB file, but two
                         different installation paths. In this case, you can call it
                         also without any path

If no first cdb file is given, it tries to figure out the correct installation with help of $ENV{PATH}.

Example:

  fm_diff_cdb -ar c:\proeWildfire4\text\config.cdb c:\proeWildfire5\text\config.cdb

Or to use databases:

  fm_diff_cdb

Or

  fm_diff_cdb -d

Or

  fm_diff_cdb -d c:\proeWildfire4 c:\proeWildfire5

AUTHOR

Joachim Langenbach <langenbach@imw.tu-clausthal.de>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by TU Clausthal, Institut fuer Maschinenwesen.

This is free software, licensed under:

  The GNU General Public License, Version 2, June 1991