summaryrefslogtreecommitdiffstats
path: root/system/wdiff/README
diff options
context:
space:
mode:
author B. Watson2017-08-04 12:18:08 +0200
committer Willy Sudiarto Raharjo2017-08-05 02:07:36 +0200
commit264ba54f96bfafbcaddc6e1e48cad189471e1fbc (patch)
treeebeaa44b61b559e84875abda1f3f496fe71d0416 /system/wdiff/README
parent32f10e845c4d014c82634d550ed6a7811e7d3407 (diff)
downloadslackbuilds-264ba54f96bfafbcaddc6e1e48cad189471e1fbc.tar.gz
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/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/wdiff/README b/system/wdiff/README
new file mode 100644
index 0000000000..4529bc8c0c
--- /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.