1SDIFF(1) User Commands SDIFF(1)
2
3
4
6 sdiff - side-by-side merge of file differences
7
9 sdiff [OPTION]... FILE1 FILE2
10
12 Side-by-side merge of file differences.
13
14 -o FILE --output=FILE
15 Operate interactively, sending output to FILE.
16
17 -i --ignore-case
18 Consider upper- and lower-case to be the same.
19
20 -E --ignore-tab-expansion
21 Ignore changes due to tab expansion.
22
23 -b --ignore-space-change
24 Ignore changes in the amount of white space.
25
26 -W --ignore-all-space
27 Ignore all white space.
28
29 -B --ignore-blank-lines
30 Ignore changes whose lines are all blank.
31
32 -I RE --ignore-matching-lines=RE
33 Ignore changes whose lines all match RE.
34
35 --strip-trailing-cr
36 Strip trailing carriage return on input.
37
38 -a --text
39 Treat all files as text.
40
41 -w NUM --width=NUM
42 Output at most NUM (default 130) columns per line.
43
44 -l --left-column
45 Output only the left column of common lines.
46
47 -s --suppress-common-lines
48 Do not output common lines.
49
50 -t --expand-tabs
51 Expand tabs to spaces in output.
52
53 -d --minimal
54 Try hard to find a smaller set of changes.
55
56 -H --speed-large-files
57 Assume large files and many scattered small changes.
58
59 --diff-program=PROGRAM
60 Use PROGRAM to compare files.
61
62 -v --version
63 Output version info.
64
65 --help Output this help.
66
67 If a FILE is `-', read standard input.
68
70 Written by Thomas Lord.
71
73 Report bugs to <bug-gnu-utils@gnu.org>.
74
76 Copyright © 2002 Free Software Foundation, Inc.
77
78 This program comes with NO WARRANTY, to the extent permitted by law.
79 You may redistribute copies of this program under the terms of the GNU
80 General Public License. For more information about these matters, see
81 the file named COPYING.
82
84 The full documentation for sdiff is maintained as a Texinfo manual. If
85 the info and sdiff programs are properly installed at your site, the
86 command
87
88 info diff
89
90 should give you access to the complete manual.
91
92
93
94diffutils 2.8.1 November 2010 SDIFF(1)