add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,20 +1,20 @@
# md5
> 计算 MD5 加密校验。
> 更多信息:<https://keith.github.io/xcode-man-pages/md5.1.html>.
> 计算 MD5 加密校验
> 更多信息:<https://keith.github.io/xcode-man-pages/md5.1.html>
- 计算一个文件的 MD5 校验
- 计算文件的 MD5 校验
`md5 {{路径/到/文件}}`
`md5 {{path/to/file}}`
- 计算多个文件的 MD5 校验
- 计算多个文件的 MD5 校验
`md5 {{路径/到/文件1 路径/到/文件2 ...}}`
`md5 {{path/to/file1 path/to/file2 ...}}`
- 输出 MD5 校验值(无文件名):
- 输出 MD5 校验和(不显示文件名):
`md5 -q {{路径/到/文件}}`
`md5 -q {{path/to/file}}`
- 打印给定字符串的 MD5 校验
- 打印给定字符串的校验
`md5 -s "{{字符串}}"`
`md5 -s "{{string}}"`