Skip to content

Commit

Permalink
sha224sum: 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 3cf1560 commit 9b4df18
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages.hbs/common/sha224sum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# sha224sum

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

`sha224sum {{datoteka1}}`

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

`sha224sum {{datoteka1}} {{datoteka2}}`

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

`sha224sum -c {{datoteka.sha224}}`

0 comments on commit 9b4df18

Please sign in to comment.