Difference between revisions of "Data comparison"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
 
(2 intermediate revisions by the same user not shown)
Line 16: Line 16:
  
 
* [[Computing]]
 
* [[Computing]]
 +
* [[Data (computing)]]
 +
* [[Diff utility]]
 +
* [[WinDiff]]
  
 
== External links ==
 
== External links ==
  
 
* [https://en.wikipedia.org/wiki/Data_comparison Data comparison] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Data_comparison Data comparison] @ Wikipedia
 +
 +
[[Category:Computing]]
 +
[[Category:Data]]

Latest revision as of 15:45, 24 April 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