Personal tools

Diff

From MohidWiki

Revision as of 11:27, 3 December 2008 by Guillaume (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Diff is a nice little utility that allows to check two files and see which lines are different.

Examples

This example will show the differences between file1 and file2:

> diff file1 file2

This example will only output if the files are different:

> diff -q file1 file2

External References