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