md5sum: replace filename by path/to/file (#6465)
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
|
||||
- 计算文件的 MD5 校验和:
|
||||
|
||||
`md5sum {{filename1}}`
|
||||
`md5sum {{path/to/file}}`
|
||||
|
||||
- 计算多个文件的 MD5 校验和:
|
||||
|
||||
`md5sum {{filename1}} {{filename2}}`
|
||||
`md5sum {{path/to/file1}} {{path/to/file2}}`
|
||||
|
||||
- 读取 MD5SUM 的文件并验证所有文件是否具有匹配的校验和:
|
||||
|
||||
`md5sum -c {{filename.md5}}`
|
||||
`md5sum -c {{path/to/file.md5}}`
|
||||
|
Reference in New Issue
Block a user