mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 13:22:51 +03:00
283 B
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}}