[Gllug] Command-line tools for comparing lists

Fred L Youhanaie fly at anydata.co.uk
Thu May 19 13:20:27 UTC 2005



Tom Schutzer-Weissmann wrote:
> If it makes things any better, so am I. I'm trying to compare two users'
> registry settings to find why one of them can run our awful case
> management software, and one can't...

In that case if the two files have similar formats, you may want to try 
sdiff, the side by side diff, e.g. assuming your xterm is 140 chars wide:

	sdiff -w140 file1 file2 | more

Cheers
f.
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list