[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
diff
The format for running the diff
command is:
diff options… from-file to-file |
In the simplest case, diff
compares the contents of the two files
from-file and to-file. A file name of `-' stands for
text read from the standard input. As a special case, `diff - -'
compares a copy of standard input to itself.
If from-file is a directory and to-file is not, diff
compares the file in from-file whose file name is that of to-file,
and vice versa. The non-directory file must not be `-'.
If both from-file and to-file are directories,
diff
compares corresponding files in both directories, in
alphabetical order; this comparison is not recursive unless the
`-r' or `--recursive' option is given. diff
never
compares the actual contents of a directory as if it were a file. The
file that is fully specified may not be standard input, because standard
input is nameless and the notion of "file with the same name" does not
apply.
diff
options begin with `-', so normally from-file and
to-file may not begin with `-'. However, `--' as an
argument by itself treats the remaining arguments as file names even if
they begin with `-'.
An exit status of 0 means no differences were found, 1 means some differences were found, and 2 means trouble.
12.1 Options to diff | Summary of options to diff .
|
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
diff
Below is a summary of all of the options that GNU diff
accepts.
Most options have two equivalent names, one of which is a single letter
preceded by `-', and the other of which is a long name preceded by
`--'. Multiple single letter options (unless they take an
argument) can be combined into a single command line word: `-ac' is
equivalent to `-a -c'. Long named options can be abbreviated to
any unique prefix of their name. Brackets ([ and ]) indicate that an
option takes an optional argument.
Treat all files as text and compare them line-by-line, even if they do not seem to be text. See section Binary Files and Forcing Text Comparisons.
Ignore changes in amount of white space. See section Suppressing Differences in Blank and Tab Spacing.
Ignore changes that just insert or delete blank lines. See section Suppressing Differences in Blank Lines.
Read and write data in binary mode. See section Binary Files and Forcing Text Comparisons.
Use the context output format. See section Context Format.
Use the context output format, showing lines (an integer) lines of
context, or three if lines is not given. See section Context Format.
For proper operation, patch
typically needs at least two lines of
context.
Use format to output a line group containing differing lines from both files in if-then-else format. See section Line Group Formats.
Change the algorithm perhaps find a smaller set of changes. This makes
diff
slower (sometimes much slower). See section diff
Performance Tradeoffs.
Make merged `#ifdef' format output, conditional on the preprocessor macro name. See section Merging Files with If-then-else.
Ignore changes due to tab expansion.
Make output that is a valid ed
script. See section ed
Scripts.
Make output that looks vaguely like an ed
script but has changes
in the order they appear in the file. See section Forward ed
Scripts.
In context and unified format, for each hunk of differences, show some of the last preceding line that matches regexp. Uses grep syntax. See section Showing Lines That Match Regular Expressions.
Compare FILE1 to all operands. FILE1 can be a directory.
Compare all operands to FILE2. FILE2 can be a directory.
Output help message.
Do not discard the last lines lines of the common prefix
and the first lines lines of the common suffix.
See section diff
Performance Tradeoffs.
Ignore changes in case; consider upper- and lower-case letters equivalent. See section Suppressing Case Differences.
Ignore changes that just insert or delete lines that match regexp. Uses grep systax. See section Suppressing Lines Matching a Regular Expression.
Ignore case when comparing file names.
Consider case when comparing file names.
Pass the output through pr
to paginate it. See section Paginating diff
Output.
Use label instead of the file name in the context format (see section Context Format) and unified format (see section Unified Format) headers.
Print only the left column of two common lines in side by side format. See section Controlling Side by Side Format.
Use format to output all input lines in if-then-else format. See section Line Formats.
Output RCS-format diffs; like `-f' except that each command specifies the number of lines affected. See section RCS Scripts.
In directory comparison, if a file is found in only one directory, treat it as present but empty in the other directory. See section Comparing Directories.
Use format to output a group of lines taken from just the second file in if-then-else format. See section Line Group Formats.
Use format to output a line taken from just the second file in if-then-else format. See section Line Formats.
Use format to output a group of lines taken from just the first file in if-then-else format. See section Line Group Formats.
Use format to output a line taken from just the first file in if-then-else format. See section Line Formats.
Show which C function each change is in. See section Showing C Function Headings.
Report only whether the files differ, not the details of the differences. See section Summarizing Which Files Differ.
When comparing directories, recursively compare any subdirectories found. See section Comparing Directories.
Report when two files are the same. See section Comparing Directories.
When comparing directories, start with the file file. This is used for resuming an aborted comparison. See section Comparing Directories.
Use heuristics to speed handling of large files that have numerous
scattered small changes. See section diff
Performance Tradeoffs.
Strip trailing carriage return on input. See section Binary Files and Forcing Text Comparisons.
Do not print common lines in side by side format. See section Controlling Side by Side Format.
Expand tabs to spaces in the output, to preserve the alignment of tabs in the input files. See section Preserving Tabstop Alignment.
Output a tab rather than a space before the text of a line in normal or context format. This causes the alignment of tabs in the line to look normal. See section Preserving Tabstop Alignment.
Use format to output a group of common lines taken from both files in if-then-else format. See section Line Group Formats.
Use format to output a line common to both files in if-then-else format. See section Line Formats.
When comparing directories, if a file appears only in the second directory of the two, treat it as present but empty in the other. See section Comparing Directories.
Use the unified output format. See section Unified Format.
Use the unified output format, showing lines (an integer) lines of
context, or three if lines is not given. See section Unified Format.
For proper operation, patch
typically needs at least two lines of
context.
Output the version number of diff
.
Ignore white space when comparing lines. See section Suppressing Differences in Blank and Tab Spacing.
Use an output width of columns in side by side format. See section Controlling Side by Side Format.
When comparing directories, ignore files and subdirectories whose basenames match pattern. See section Comparing Directories.
When comparing directories, ignore files and subdirectories whose basenames match any pattern contained in file. See section Comparing Directories.
Use the side by side output format. See section Controlling Side by Side Format.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated by Super-User on December, 4 2007 using texi2html 1.76.