How does one diff binary files?

Vernon Schryver vjs at rhyolite.wpd.sgi.com
Tue Apr 2 03:17:26 AEST 1991


The dis command can be useful for figuring out .o changes.  For example: 

	dis foo.o > f1
	dis bar.o > f2
	diff f1 f2

Vernon Schryver,   vjs at sgi.com



More information about the Comp.sys.sgi mailing list