Update README.md

This commit is contained in:
Pedro Albanese
2021-04-06 01:55:28 -03:00
committed by GitHub
parent aee96c846f
commit b207f19799

View File

@@ -23,11 +23,6 @@ sha3sum [-v] [-b N] [-c <hash.ext>] [-r] -t <file.ext>
<pre> <pre>
$ ./sha3sum [-r] -t "*.*" > hash.txt $ ./sha3sum [-r] -t "*.*" > hash.txt
</pre> </pre>
#### Generate recursive hashsum list:
<pre>
$ find . -type f -name "*.*" -exec ./sha3sum [-r] -t '{}' \; > hash.txt
</pre>
##### Always works in binary mode. ##### Always works in binary mode.
#### Check hashsum file: #### Check hashsum file: