Data comparison

From Wiki @ Karl Jones dot com
Revision as of 12:11, 10 September 2015 by Karl Jones (Talk | contribs)

Jump to: navigation, search

In computing, data comparison is the calculation and display of the differences and similarities between data objects.

(TO DO: expand, organize, cross-reference, illustrate.)

Description

Compared objects are typically text files such as source code.

The methods, implementations, and results are typically called a diff, after the Unix diff utility.

The output may be presented in a graphical user interface or used as part of larger tasks in networks, file systems, or revision control.

Some widely used file comparison programs are diff, cmp, FileMerge, WinMerge, Beyond Compare, and Microsoft File Compare.

Many text editors and word processors perform file comparison to highlight the changes to a document.

See also

External links