GNU diffutils: Difference between revisions
Created page with "The '''GNU Diffutils''' package contains a number of small utilities that aid in finding differences between source code or text files and merging two files together. Included..." |
mNo edit summary |
||
Line 11: | Line 11: | ||
;Known issues | ;Known issues | ||
Note that GNU diff and the other tools in the package only works correctly on [[ | Note that GNU diff and the other tools in the package only works correctly on [[ASCII]] text files, in case of a binary file it only reports that there is a difference and on text files with character sets other than US-ASCII the results are unpredictable and differ between different OS/2 ports of the tool and versions between operating systems. | ||
==Links== | ==Links== | ||
Line 26: | Line 26: | ||
[[Category:Source code utilities]] | [[Category:Source code utilities]] | ||
[[Category: | [[Category:Open Source Software]] | ||
Revision as of 16:08, 20 October 2016
The GNU Diffutils package contains a number of small utilities that aid in finding differences between source code or text files and merging two files together. Included is the diff command that shows differences between two files, it is a clone of the classic UNIX diff program and like it it outputs differences between files line by line in any of several formats including the "diff file format".
The cmp command shows the offsets and line numbers where two files differ and can also be used to show all the characters that differ between the two files. The diff3 command shows differences among three files and the sdiff command allows you to merge two files interactively.
Versions
- Last known version: GNU diffutils v3.3 (2013-03-24)
- Last known OS/2 binary: GNU diffutils v2.8 (2002-04-06)
- Prerequisites
- EMX runtime 0.9d or later.
- You may want to download other tools to read the UNIX style documentation or to format the output of the diffutils but they are not absolutely necessary, consult the program documentation.
- Known issues
Note that GNU diff and the other tools in the package only works correctly on ASCII text files, in case of a binary file it only reports that there is a difference and on text files with character sets other than US-ASCII the results are unpredictable and differ between different OS/2 ports of the tool and versions between operating systems.
Links
Licence
Open source software released under the GPL v3
Authors & publisher
- Free Software Foundation
- Jim Meyering (Current maintainer)
- Paul Eggert (Current maintainer)
- Jun Sawataishi (OS/2 port)