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

20 lines
324 B
Markdown
Raw Normal View History

# md5
> Calculate MD5 cryptographic checksums.
2016-01-20 03:45:42 -08:00
- Calculate the MD5 checksum for a file:
2015-11-22 22:48:31 +02:00
`md5 {{filename}}`
2016-01-20 03:45:42 -08:00
- Calculate MD5 checksums for multiple files:
`md5 {{filename1}} {{filename2}}`
- Output only the md5 checksum (no filename):
`md5 -q {{filename}}`
- Print a checksum of the given string:
`md5 -s {{string}}`