rename pages.hbs to pages.sh
See @vladimyr's message: https://gitter.im/tldr-pages/tldr?at=60625b22cfd0b814ebac164d
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
59308e5928
commit
db8da89263
16
pages.sh/common/sha512sum.md
Normal file
16
pages.sh/common/sha512sum.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# sha512sum
|
||||
|
||||
> Izračunava SHA512 kriptografske kontrolne brojeve.
|
||||
> Više informacija: <https://www.gnu.org/software/coreutils/manual/html_node/sha2-utilities.html>.
|
||||
|
||||
- Izračunaj SHA512 kontrolni broj za datoteku:
|
||||
|
||||
`sha512sum {{datoteka1}}`
|
||||
|
||||
- Izračunaj SHA512 kontrolne brojeve za više datoteka:
|
||||
|
||||
`sha512sum {{datoteka1}} {{datoteka2}}`
|
||||
|
||||
- Pročitaj datoteku SHA512 brojeva i proveri da li se svi kontrolni brojevi datoteka poklapaju:
|
||||
|
||||
`sha512sum -c {{datoteka.sha512}}`
|
Reference in New Issue
Block a user