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