Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,20 +1,20 @@
# md5
> Calculate MD5 cryptographic checksums
> Calculate MD5 cryptographic checksums.
- Print MD5 checksum for a file
- Print MD5 checksum for a file:
`md5 {{filename}}`
- Print MD5 checksum for each file in a list or directory
- Print MD5 checksum for each file in a list or directory:
`md5 {{filename1}} {{filename2}}`
`md5 {{directory/\*}}`
- Output only the md5 checksum (no filename)
- Output only the md5 checksum (no filename):
`md5 -q {{filename}}`
- Print a checksum of the given string
- Print a checksum of the given string:
`md5 -s {{string}}`