mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 11:17:59 +01:00
a85601486c
Edited cp and rm. Fixed markdown escaping the wildcard.
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}}