Usage of rmdsum: rmdsum [-c <hash.ext>] [-b N] [-r] <file.ext> -b int Bits: 128, 160, 256 and 320. (default 160) -c string Check hashsum file. -r Process directories recursively.
$ ./rmdsum [-r] "*.*" > hash.txt
$ ./rmdsum -c hash.txt
$ echo $?
This project is licensed under the ISC License.