slackbuilds/system/wdiff
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
slack-desc
wdiff.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
wdiff.info

README

wdiff (display word differences between text files)

The GNU wdiff program is a front end to diff for comparing files on a word
per word basis. A word is anything between whitespace. This is useful for
comparing two texts in which a few words have been changed and for which
paragraphs have been refilled. It works by creating two temporary files,
one word per line, and then executes diff on these files. It collects the
diff output and uses it to produce a nicer display of word differences
between the original files.