|
diffutils | Description: | File comparison tools | Download: | diffutils.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 586kb | Version: | 54.3 | Date: | 27 Aug 2017 | Author: | Various Authors | Email: | hnl_dk/amigaos dk | Homepage: | http://www.gnu.org/software/diffutils/ | Category: | development/utility | Replaces: | development/utility/diffutils.lha | License: | GPL | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 10323 | | | Comments: | 2 | Snapshots: | 0 | Videos: | 0 | Downloads: | 1025 (Current version) | | 1407 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
diffutils 3.6 ported to AmigaOS4.
Linked to clib2 with -lunix for it to understand POSIX style paths.
You can use the diff command to show differences between two files, or each
corresponding file in two directories.
You can use the cmp command to show the offsets and line numbers where two files
differ.
You can use the diff3 command to show differences among three files.
You can use the sdiff command to merge two files interactively.
The sourcecode can be found here: https://github.com/hnl/diffutils
Please read the original README file that is in the same directory.
Best regards,
Henning Nielsen Lund
hnl_dk()amigaos.dk
HISTORY
-------
54.3 - Included all GNULib changes from my coreutils port.
- Use the clib2 versions of localtime/gettimeofday directly.
Fixing infinitive loop when using the '-u' option.
54.2 - reverted error() like in coreutils.
- replaced references to /dev/null.
54.1 - Ported diffutils-3.6
|