jdiff - Sorted diff

Will perform a diff on two very large sorted text files.

Most cases diff(1) is better, but if you need to compare two
Very Large Extracts from say two different databases, this
will work fine.  But, the Files must be in sorted order.

This works fine under Linux, BSD(s) and AIX.

You should use diff(1) if possible.  This was created to
compare very large files extracted from SQL Databases on
Systems that have a memory constrained diff(1).

Compile Instructions are in the README.md File inside the
tarball.


$Id: jdiff.txt,v 1.2 2024/10/09 22:49:49 jmccue Exp $