| Filename | GNU_Diffutils_3-7.zip |
|---|---|
| Title | GNU Diffutils 3 7 |
| Version | Unknown |
| Author / Vendor | KO Myung-Hun |
| Homepage | * official: https://www.gnu.org/software/diffutils/ * OS/2: https://github.com/komh/diffutils-os2 |
| Category | OS2 » Util » FileDiff » |
| OS/2 Version | OS/2 Warp 4.5 or later |
| File Size | 3.7 MB |
| Downloads | 1 |
| File Type | ZIP |
| Uploaded | 2026-03-27 00:31 by martini |
| Approved | 2026-03-27 00:31 by martini |
| Requirements | kLIBC v0.6.6 |
Diffutils for OS/2. GNU Diffutils is a package of several programs related to finding differences between files. Computer users often find occasion to ask how two files differ. Perhaps one file is a newer version of the other file. Or maybe the two files started out as identical copies but were changed by different people. You can use the diff command to show differences between two files, or each corresponding file in two directories. diff outputs differences between files line by line in any of several formats, selectable by command line options. This set of differences is often called a "diff" or "patch". For files that are identical, diff normally produces no output; for binary (non-text) files, diff normally reports only that they are different. You can use the cmp command to show the offsets and line numbers where two files differ. cmp can also show all the characters that differ between the two files, side by side. You can use the diff3 command to show difference. (diffutils-3.7.zip)