diffsort.icn: Program to reorder "diff" output

May 31, 1994; Gregg M. Townsend
This file is in the public domain.
Usage:  diffsort [file]

Diffsort reorders the output from the Unix "diff" program by moving
one-line entries such as "Common subdirectory ..." and "Only in ..."
to the front of the output file and sorting them.  Actual difference
records then follow, in the original order, separated by lines of
equal signs.

Source code | Program Library Page | Icon Home Page