Personal tools

Diff

From MohidWiki

Revision as of 20:31, 24 June 2007 by 192.168.20.177 (talk)
(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