Update README.md
This commit is contained in:
@@ -23,11 +23,6 @@ sha3sum [-v] [-b N] [-c <hash.ext>] [-r] -t <file.ext>
|
||||
<pre>
|
||||
$ ./sha3sum [-r] -t "*.*" > hash.txt
|
||||
</pre>
|
||||
|
||||
#### Generate recursive hashsum list:
|
||||
<pre>
|
||||
$ find . -type f -name "*.*" -exec ./sha3sum [-r] -t '{}' \; > hash.txt
|
||||
</pre>
|
||||
##### Always works in binary mode.
|
||||
|
||||
#### Check hashsum file:
|
||||
|
||||
Reference in New Issue
Block a user