[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ProgSoc] Comparing files
Hey Jay,
> I want to compare two files to see if they are identical or not.
> Specifically, the files are CD images.
>
> Anyone know a quick, easy way? I don't need to know the details of the
> differences, just that they are different. Maybe a checksum application?
I can think of two easy ways, one is with cmp (it just reports whether
they differ and at what character), the other (slower) is to run md5sum on
both and compare the output.
Cheers,
Shaun
-
You are subscribed to the progsoc mailing list. To unsubscribe, send a
message containing "unsubscribe" to progsoc-request@nospam.progsoc.uts.edu.au.
If you are having trouble, ask owner-progsoc@nospam.progsoc.uts.edu.au for help.