Difference between revisions of "Data comparison"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 1: Line 1:
 
In [[computing]], '''data comparison''' is the [[calculation]] and [[Output (computing)|display]] of the [[differences]] and [[similarities]] between [[Data object|data objects]].
 
In [[computing]], '''data comparison''' is the [[calculation]] and [[Output (computing)|display]] of the [[differences]] and [[similarities]] between [[Data object|data objects]].
 
(TO DO: expand, organize, cross-reference, illustrate.)
 
  
 
== Description ==
 
== Description ==

Revision as of 10:34, 5 February 2016

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

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