Re: SSD TBW
Lawrence D’Oliveiro <[email protected]>
| Newsgroups | comp.misc,sci.electronics.design |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
On Sun, 23 Aug 2026 08:47:27 -0700, Don Y wrote:
> And, its going to magically be able to compare JPGs, executables,
> .so's, etc?
>
> Play with something like Beyond Compare (Windows) and see how
> helpful file comparison can be.
Does Beyond Compare do comparisons on arbitrary binary files?
On Linux, for example, we can do something like
diff -u <(xxd file1) <(xxd file2) | less -iX
to compare hex dumps.