mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
sha*sum: add more information link (#5669)
This commit is contained in:
parent
4a7fab0b97
commit
44b87621fb
8 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# sha224sum
|
||||
|
||||
> Izračunava SHA224 kriptografske kontrolne brojeve.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/manual/html_node/sha2-utilities.html>.
|
||||
|
||||
- Izračunaj SHA224 kontrolni broj za datoteku:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# sha256sum
|
||||
|
||||
> Izračunava SHA256 kriptografske kontrolne brojeve.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/manual/html_node/sha2-utilities.html>.
|
||||
|
||||
- Izračunaj SHA256 kontrolni broj za datoteku:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# sha384sum
|
||||
|
||||
> Izračunava SHA384 kriptografske kontrolne brojeve.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/manual/html_node/sha2-utilities.html>.
|
||||
|
||||
- Izračunaj SHA384 kontrolni broj za datoteku:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# sha512sum
|
||||
|
||||
> Izračunava SHA512 kriptografske kontrolne brojeve.
|
||||
> Više informacija: <https://man.archlinux.org/man/sha512sum.1>.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/manual/html_node/sha2-utilities.html>.
|
||||
|
||||
- Izračunaj SHA512 kontrolni broj za datoteku:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# sha224sum
|
||||
|
||||
> Calculate SHA224 cryptographic checksums.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/sha2-utilities.html>.
|
||||
|
||||
- Calculate the SHA224 checksum for a file:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# sha256sum
|
||||
|
||||
> Calculate SHA256 cryptographic checksums.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/sha2-utilities.html>.
|
||||
|
||||
- Calculate the SHA256 checksum for a file:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# sha384sum
|
||||
|
||||
> Calculate SHA384 cryptographic checksums.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/sha2-utilities.html>.
|
||||
|
||||
- Calculate the SHA384 checksum for a file:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# sha512sum
|
||||
|
||||
> Calculate SHA512 cryptographic checksums.
|
||||
> More information: <https://man.archlinux.org/man/sha512sum.1>.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/sha2-utilities.html>.
|
||||
|
||||
- Calculate the SHA512 checksum for a file:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue