md5sum: fix typo (#10124)
This commit is contained in:
@@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
- Calculate MD5 checksums for multiple files:
|
- Calculate MD5 checksums for multiple files:
|
||||||
|
|
||||||
`md5sum {{path/to/file1}} {{path/to/filen2}}`
|
`md5sum {{path/to/file1}} {{path/to/file2}}`
|
||||||
|
|
||||||
- Calculate a MD5 checksum from the standard input:
|
- Calculate an MD5 checksum from `stdin`:
|
||||||
|
|
||||||
`echo "{{text}}" | md5sum`
|
`{{some_command}}" | md5sum`
|
||||||
|
|
||||||
- Read a file of MD5SUMs and verify all files have matching checksums:
|
- Read a file of MD5SUMs and verify all files have matching checksums:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user