sha*sum: add example about the creation of a list of checksums

This commit is contained in:
Andrea
2020-12-18 15:14:04 +01:00
committed by Starbeamrainbowlabs
parent 45d36431de
commit 7076fe8a9c
6 changed files with 24 additions and 0 deletions

View File

@@ -14,6 +14,10 @@
`shasum --algorithm 512 {{filename1}} {{filename2}}`
- Calculate and save the list of SHA256 checksums to a file
`shasum --algorithm 256 {{filename1}} {{filename2}} > {{filename.sha256}}`
- Check a file with a list of sums against the directory's files:
`shasum --check {{list_file}}`