mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 13:53:52 +02:00
sha1sum: add hbs translation
This commit is contained in:
parent
206e00387d
commit
3cf1560146
1 changed files with 15 additions and 0 deletions
15
pages.hbs/common/sha1sum.md
Normal file
15
pages.hbs/common/sha1sum.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# sha1sum
|
||||
|
||||
> Izračunava SHA1 kriptografske kontrolne brojeve.
|
||||
|
||||
- Izračunaj SHA1 kontrolni broj za datoteku:
|
||||
|
||||
`sha1sum {{datoteka1}}`
|
||||
|
||||
- Izračunaj SHA1 kontrolne brojeve za više datoteka:
|
||||
|
||||
`sha1sum {{datoteka1}} {{datoteka2}}`
|
||||
|
||||
- Pročitaj datoteku SHA1 brojeva i proveri da li se svi kontrolni brojevi datoteka poklapaju:
|
||||
|
||||
`sha1sum -c {{datoteka.sha1}}`
|
Loading…
Add table
Reference in a new issue