Same - Version 1.0 Copyright (c) 1990 by Daniel Zenchelsky 1) This program is freely redistributable, so long as no more than $5.00 total is charged for duplication, packaging, etc. 2) This program may not be including with anything sold for profit without the written permission of the author, Daniel Zenchelsky. 3) Fred Fish has permission to distribute this program as part of his collection of public domain and shareware disks. --------------------------------------------------------------------------- This is a little utility I whipped together for my own use, but I figured that maybe other people would have a use for it as well, so here it is. What it does is take two sorted input files and return those lines that are identical in both files, not counting case (i.e. both strings are converted to upper case before comparison). The format is: Same File1 File2