Files
tldr/pages.zh/osx/md5.md
2019-03-05 13:45:04 +05:30

20 lines
302 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# md5
> 计算MD5加密和校验.
- 计算一个文件的MD5校验值:
`md5 {{文件名}}`
- 计算多个文件的MD5校验值:
`md5 {{文件名1}} {{文件名2}}`
- 仅输出MD5校验值无文件名:
`md5 -q {{文件名}}`
- 打印给定字符串的MD5校验值:
`md5 -s {{字符串}}`