in reply to Re: Checksum for Windows
in thread Checksum for Windows
Mac users need to be aware that MacOS uses a different (better) algorithm for their sum(1) command. If you want to use the old algorithm, you have to type in the following command:
cksum -o2 filename
|
|---|