1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 11:17:59 +01:00
tldr/osx/md5.md
Peter Tripp a85601486c Added: Cal, srm, md5, md5sum, xed
Edited cp and rm. Fixed markdown escaping the wildcard.
2014-02-10 15:44:02 -08:00

283 B

md5

Calculate MD5 cryptographic checksums

  • Calculate the MD5 checksum for file(s) or files in a directory, one checksum per file

md5 {{filename1}} md5 {{filename1}} {{filename2}} md5 {{directory/\*}}

  • Output only the md5 checksum (no filename)

md5 -q {{filename}}