Windows equivalent of linux cksum command

前端 未结 7 1185
北荒
北荒 2020-12-12 17:51

I am looking for a way to compute crc checksum cross platform.

cksum works on Linux, AIX, HP-UX Itanium, Solaris, is there a equivalent command of linu

7条回答
  •  眼角桃花
    2020-12-12 18:31

    Here is a C# implementation of the *nix cksum command line utility for windows https://cksum.codeplex.com/

提交回复
热议问题