Posts Tagged ‘diff’
diffstat [options] [file-specifications]
USAGE
This program reads the output of diff and displays a histogram of the
insertions, deletions, and modifications per-file.
DESCRIPTION
Diffstat is a program that is useful for reviewing large, complex patch
[...]
diff3 – find differences between three files
USAGE
diff3 [options] mine older yours
DESCRIPTION
The diff3 command compares three files and outputs descriptions of
their differences.
The files [...]
diff – find differences between two files
USAGE
diff [options] from-file to-file
DESCRIPTION
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 [...]
cvs – Concurrent Versions System
USAGE
cvs [ cvs_options ]
cvs_command [ command_options ] [ command_args ]
NOTE
This manpage is a summary of some of the features of cvs but [...]
combinediff – creates a unified diff that expresses the sum of two diffs.
USAGE
combinediff [-p n] [-U n] [-d PAT] [-Bbiqwz] [--interpolate |
--combine] diff1 diff2
[...]
cmp – compare two files
USAGE
cmp [-l | -s] file1 file2 [skip1 [skip2]]
DESCRIPTION
The cmp utility compares two files of any type and writes the results to
the standard output. By default, cmp is silent if the files are the
[...]
bzcmp, bzdiff – compare bzip2 compressed files
USAGE
bzcmp [ cmp_options ] file1 [ file2 ]
bzdiff [ diff_options ] file1 [ file2 ]
DESCRIPTION
Bzcmp and bzdiff are used to invoke the cmp [...]
