mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
sha*sum: fix missing colons
This commit is contained in:
parent
7076fe8a9c
commit
ffd5838c4e
6 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
`sha1sum {{filename1}} {{filename2}}`
|
||||
|
||||
- Calculate and save the list of SHA1 checksums to a file
|
||||
- Calculate and save the list of SHA1 checksums to a file:
|
||||
|
||||
`sha256sum {{filename1}} {{filename2}} > {{filename.sha1}}`
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
`sha224sum {{filename1}} {{filename2}}`
|
||||
|
||||
- Calculate and save the list of SHA224 checksums to a file
|
||||
- Calculate and save the list of SHA224 checksums to a file:
|
||||
|
||||
`sha256sum {{filename1}} {{filename2}} > {{filename.sha224}}`
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
`sha256sum {{filename1}} {{filename2}}`
|
||||
|
||||
- Calculate and save the list of SHA256 checksums to a file
|
||||
- Calculate and save the list of SHA256 checksums to a file:
|
||||
|
||||
`sha256sum {{filename1}} {{filename2}} > {{filename.sha256}}`
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
`sha384sum {{filename1}} {{filename2}}`
|
||||
|
||||
- Calculate and save the list of SHA384 checksums to a file
|
||||
- Calculate and save the list of SHA384 checksums to a file:
|
||||
|
||||
`sha256sum {{filename1}} {{filename2}} > {{filename.sha384}}`
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
`sha512sum {{filename1}} {{filename2}}`
|
||||
|
||||
- Calculate and save the list of SHA512 checksums to a file
|
||||
- Calculate and save the list of SHA512 checksums to a file:
|
||||
|
||||
`sha256sum {{filename1}} {{filename2}} > {{filename.sha512}}`
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
`shasum --algorithm 512 {{filename1}} {{filename2}}`
|
||||
|
||||
- Calculate and save the list of SHA256 checksums to a file
|
||||
- Calculate and save the list of SHA256 checksums to a file:
|
||||
|
||||
`shasum --algorithm 256 {{filename1}} {{filename2}} > {{filename.sha256}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue