The Mudcat Café TM
Thread #97042   Message #1904236
Posted By: GUEST,Jon
09-Dec-06 - 01:09 AM
Thread Name: Tech: Printing lists of file names
Subject: RE: Tech: Printing lists of file names
On Linux, an easier way for Kat's type of problem might be:

diff -r -q directory1 directory2

That would include any subdirectories and produce an output along the lines of:

Only in directory1: thisfile
Only in directory2: thatfile
Files directory1/anotherfile and directory2/anotherfile differ


Not sure if there is any similar utility for Win.