Xref: utzoo comp.os.msdos.programmer:4170 comp.sys.ibm.pc.misc:7721 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!bu.edu!wang!pvr From: pvr@wang.com (Peter Reilley) Newsgroups: comp.os.msdos.programmer,comp.sys.ibm.pc.misc Subject: Re: Wanted: program to list differences amoung files Message-ID: Date: 22 Mar 91 14:03:10 GMT References: <2665@bnlux0.bnl.gov> <1991Mar18.180048.14714@agate.berkeley.edu> Organization: Wang Labs, Lowell MA, USA Lines: 16 In article <2665@bnlux0.bnl.gov> kushmer@bnlux0.bnl.gov (christopher kushmerick) writes: >What is a good program to look at several files and list in a human readable >format the differences? I think VMS Difference is a pretty good example of >this. What do people use for msdos? Are there any unix ports? One visual method of comparing files is to use beav (Binary Editor And Viewer). Beav was posted to alt.sources a few weeks ago and should be appearing in comp.sources.unix and comp.binaries.ibm.pc shortly. Beav is intended for binary files but can handle any file format. To do the compare, open two windows and load the two files in the two windows. Position the cursor in the two windows to the point at which the compare is to start. Issue the compare command and beav will advance the cursor in both windows to the first non-matching byte. Peter Reilley pvr@wang.com