compare.icn: Program to look for duplicates in a collection of files

January 7, 1997; Ralph E. Griswold
Requires: UNIX
This file is in the public domain.
This program compares files to locate ones that have the same content.

The file names are given on the command line.

This program has impossible time complexity if there are many files
of the same size.

Source code | Program Library Page | Icon Home Page