The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

textpatterndiff.pl - Analyse what line based text pattern changed and how much between to text files.

VERSION

version 0.003

SYNOPSIS

textpatterndiff.pl [--from=[FILE]] [--to=[FILE]] [--threshhold=[PERCENTVALUE]]

DESCRIPTION

Two similar textfiles are split up to lines with tokens. These tokenslines are compared. For each token line the percentual change of occurence is calculated.

--from

Path of the baseline file. If not defined then STDIN is used.

--to

Path of the compared file. If not defined then STDIN is used.

--threshhold

Show only tokenlines that have changed beyound the threshhold.

NAME

textpatterndiff.pl - Analyse what line based text pattern changed and how much between to text files.

OUTPUT

A positive og negative percent change value for each tokenline is show. In the case of a change from nothing then "*%" is shown.

Project

Textoola on github.com

Authors

Sascha Dibbern (sascha@dibbern.info)

AUTHOR

Sascha Dibbern <sacha@dibbern.info>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Sascha Dibbern.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.