diff options
author | B. Watson <yalhcru@gmail.com> | 2017-08-04 11:18:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-05 07:07:36 +0700 |
commit | 264ba54f96bfafbcaddc6e1e48cad189471e1fbc (patch) | |
tree | ebeaa44b61b559e84875abda1f3f496fe71d0416 /system/wdiff/README | |
parent | 32f10e845c4d014c82634d550ed6a7811e7d3407 (diff) |
system/wdiff: Added (display word differences between text files).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/wdiff/README')
-rw-r--r-- | system/wdiff/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/wdiff/README b/system/wdiff/README new file mode 100644 index 000000000000..4529bc8c0c59 --- /dev/null +++ b/system/wdiff/README @@ -0,0 +1,9 @@ +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. |