aboutsummaryrefslogtreecommitdiff
path: root/textproc/wdiff/pkg-descr
blob: a22ce367ea0a33ea536332222a2ea483ef3a75f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
			<< 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.

WWW: http://www.gnu.org/software/wdiff/