This program finds duplicate hashed files.
The chosen hashing algorithm was blake version 3.
To build and install from source, run the following command:
cargo install find_duplicate_files
Another option is to clone/copy the project from github, compile and generate the executable:
```
git clone https://github.com/claudiofsr/findduplicatefiles
cd findduplicatefiles
cargo b -r && cargo install --path=.
Finally, to find duplicate files in a directory, run the command:
findduplicatefiles
``
View help messages and some options with
findduplicatefiles -h`.