How do a binary diff on two identically sized files under linux?
Posted
by Jon Cage
on Super User
See other posts from Super User
or by Jon Cage
Published on 2010-04-29T12:03:05Z
Indexed on
2010/04/29
12:07 UTC
Read the original article
Hit count: 430
I have two identically sized files and I need to do a binary diff to check whether they're the same.
I'm currently runnnig diff file1.img file2.img
but it's taking quite a while to process my 4GB files. Is this the most efficient way to do this?
© Super User or respective owner