1MDIFF(1) User Commands MDIFF(1)
2
3
4
6 mdiff - manual page for mdiff 1.2.2
7
9 mdiff [OPTION]... [FILE]...
10
12 mdiff - Studies multiple files and searches for similar sequences, it
13 then produces possibly detailed lists of differences and similarities.
14
15 Operation modes:
16 -h (ignored)
17
18 -v, --verbose
19 report a few statistics on stderr
20
21 --help display this help then exit
22
23 --version
24 display program version then exit
25
26 Formatting output:
27 -T, --initial-tab
28 produce TAB instead of initial space
29
30 -l, --paginate
31 paginate output through `pr'
32
33 -S, --string[=STRING]
34 take note of another user STRING
35
36 -V, --show-links
37 give file and line references in annotations
38
39 -t, --expand-tabs
40 expand tabs to spaces in the output
41
42 Debugging:
43 -0, --debugging
44 output many details about what is going on
45
46 Word mode options:
47 -1, --no-deleted
48 inhibit output of deleted words
49
50 -2, --no-inserted
51 inhibit output of inserted words
52
53 -3, --no-common
54 inhibit output of common words
55
56 -A, --auto-pager
57 automatically calls a pager
58
59 -k, --less-mode
60 variation of printer mode for "less"
61
62 -m, --avoid-wraps
63 do not extend fields through newlines
64
65 -o, --printer
66 overstrike as for printers
67
68 -z, --terminal
69 use termcap as for terminal displays
70
71 -O, --item-regexp=REGEXP
72 compare items as defined by REGEXP
73
74 -W, --word-mode
75 compare words instead of lines
76
77 With no FILE, or when FILE is -, read standard input.
78
80 Written by Franc,ois Pinard <pinard@iro.umontreal.ca>.
81
83 Report bugs to <wdiff-bugs@gnu.org>.
84
86 Copyright © 1992, 1997, 1998, 1999, 2010 Free Software Foundation, Inc.
87 This is free software; see the source for copying conditions. There is
88 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
89 PURPOSE.
90
92 The full documentation for mdiff is maintained as a Texinfo manual. If
93 the info and mdiff programs are properly installed at your site, the
94 command
95
96 info mdiff
97
98 should give you access to the complete manual.
99
100
101
102GNU wdiff 1.2.2 July 2023 MDIFF(1)