readme.txt

来自「md5验证的源代码 编译后可以直接使用」· 文本 代码 · 共 15 行

TXT
15
字号
This utility computes MD5 checksums of files, ignoring end-of-lineconventions unless the -b (binary) flag is set. usage: md5sum [-bv] [-c [file]] | [file...]Generates or checks MD5 Message Digests    -c  check message digests (default is generate)    -v  verbose, print file names when checking    -b  read files in binary modeThe input for -c should be the list of message digests and file namesthat is printed on stdout by this program when it generates digests.So, if you want to generate a MD5 sum for a certian file cdimage.iso,open a command console (Start/Run and enter "command"), and issue thecommand "md5sum -b cdimage.iso".

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?