1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/md5.md
Darío Hereñú b92ade0973
md5: update path placeholders, add Spanish translation (#10513)
* md5: add Spanish translation

* md5: update path placeholders

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 19:48:25 +05:30

20 lines
395 B
Markdown

# md5
> Calculate MD5 cryptographic checksums.
> More information: <https://ss64.com/osx/md5.html>.
- Calculate the MD5 checksum for a file:
`md5 {{path/to/file}}`
- Calculate MD5 checksums for multiple files:
`md5 {{path/to/file1 path/to/file2 ...}}`
- Output only the md5 checksum (no filename):
`md5 -q {{path/to/file}}`
- Print a checksum of the given string:
`md5 -s "{{string}}"`