Category
page 1Data differencing
diff
diff is a shell command that compares the content of files and reports differences. The term diff is also used to identify the output of the command and is used as a verb for running the command. To diff files, one runs diff to create a diff.
delta encoding
storing or transmitting data in the form of differences (deltas) between sequential data, as opposed to complete files
file comparison
diff and merge files on computers