Encyclopedia > Diff

  Article Content

Diff

diff is a Unix utility that outputs the difference between two files. In unified format, each line that occurs only in the left file is preceded by a minus sign, each line that occurs only in the right file is preceded by a plus sign, and common lines are preceded by a space. Lines beginning with three plus signs indicate the number of lines in each hunk, the file names, and where in the files to find them. Diffs are often used as input to the patch program.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
North Lindenhurst, New York

... mi²) of it is land and none of the area is covered with water. Demographics As of the census of 2000, there are 11,767 people, 3,808 households, and 2,974 families ...

 
 
 
This page was created in 24.2 ms