1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

md5sum: fix typo (#10124)

This commit is contained in:
Lena 2023-05-01 07:52:12 +02:00 committed by GitHub
parent 7e3e1bb6f0
commit 415ebf8388
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@
- 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: