Difference between revisions of "Data comparison"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(First)
 
(diff)
Line 3: Line 3:
 
Compared objects are typically text files such as source code.
 
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 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.
 
The output may be presented in a graphical user interface or used as part of larger tasks in networks, file systems, or revision control.

Revision as of 05:58, 3 July 2015

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

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.

External links