Skip to content

Commit

Permalink
sha256sum: add hbs translation
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanvasovic authored and ivanhercaz committed Feb 7, 2020
1 parent 9b4df18 commit 97c2817
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages.hbs/common/sha256sum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# sha256sum

> Izračunava SHA256 kriptografske kontrolne brojeve.
- Izračunaj SHA256 kontrolni broj za datoteku:

`sha256sum {{datoteka1}}`

- Izračunaj SHA256 kontrolne brojeve za više datoteka:

`sha256sum {{datoteka1}} {{datoteka2}}`

- Pročitaj datoteku SHA256 brojeva i proveri da li se svi kontrolni brojevi datoteka poklapaju:

`sha256sum -c {{datoteka.sha256}}`

0 comments on commit 97c2817

Please sign in to comment.