add new chinese translations
This commit is contained in:
@@ -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}}"`
|
Reference in New Issue
Block a user