freebsd-ports/textproc/wdiff/pkg-descr
Yen-Ming Lee a73f3584a6 - utilize INFO and PLIST_FILES, and retire pkg-plist
- add WWW in pkg-descr

PR:		73238
Submitted by:	leeym
Approved by:	maintainer timeout
2004-11-11 17:22:14 +00:00

24 lines
625 B
Plaintext

<< wdiff >>
From man page of wdiff:
wdiff compares two files, finding which words have been
deleted or added to old_file to get new_file. A word is
anything between whitespace. The output is collected and
used to produce an annotated copy of new_file on standard
output. Suitable annotations produce a nice display of
word differences between the original files.
Example:
text-a
I like FreeBSD.
text-b
I love FreeBSD.
% wdiff -n text-a text-b
I [-like-] {+love+} FreeBSD.
- Yoshiro MIHIRA
(sanpei@sanpei.org)
WWW: http://www.gnu.org/software/wdiff/