1WDIFF(1) User Commands WDIFF(1)
2
3
4
6 wdiff - display word differences between text files
7
9 wdiff [OPTION]... FILE1 FILE2
10 wdiff -d [OPTION]... [FILE]
11
13 wdiff - Compares words in two files and report differences.
14
15 Mandatory arguments to long options are mandatory for short options
16 too.
17
18 -C, --copyright
19 display copyright then exit
20
21 -1, --no-deleted
22 inhibit output of deleted words
23
24 -2, --no-inserted
25 inhibit output of inserted words
26
27 -3, --no-common
28 inhibit output of common words
29
30 -a, --auto-pager
31 automatically calls a pager
32
33 -d, --diff-input
34 use single unified diff as input
35
36 -h, --help
37 display this help then exit
38
39 -i, --ignore-case
40 fold character case while comparing
41
42 -l, --less-mode
43 variation of printer mode for "less"
44
45 -n, --avoid-wraps
46 do not extend fields through newlines
47
48 -p, --printer
49 overstrike as for printers
50
51 -s, --statistics
52 say how many words deleted, inserted etc.
53
54 -t, --terminal
55 use termcap as for terminal displays
56
57 -v, --version
58 display program version then exit
59
60 -w, --start-delete=STRING
61 string to mark beginning of delete region
62
63 -x, --end-delete=STRING
64 string to mark end of delete region
65
66 -y, --start-insert=STRING
67 string to mark beginning of insert region
68
69 -z, --end-insert=STRING
70 string to mark end of insert region
71
73 Some options that used to provide some unique functionality are no
74 longer recommended, but still recognized for the sake of backwards com‐
75 patibility.
76
77 -K, --no-init-term
78 Now synonymous to --terminal, which never initializes the termi‐
79 nal.
80
82 Written by Franc,ois Pinard <pinard@iro.umontreal.ca>.
83
85 Report bugs to <wdiff-bugs@gnu.org>.
86
88 Copyright © 1992, 1997, 1998, 1999, 2009, 2010, 2011, 2012 Free Soft‐
89 ware Foundation, Inc.
90 This is free software; see the source for copying conditions. There is
91 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
92 PURPOSE.
93
95 The full documentation for wdiff is maintained as a Texinfo manual. If
96 the info and wdiff programs are properly installed at your site, the
97 command
98
99 info wdiff
100
101 should give you access to the complete manual.
102
103
104
105GNU wdiff 1.2.2 January 2023 WDIFF(1)