findduplicatefiles

This program finds duplicate hashed files.

The chosen hashing algorithm was blake version 3.

To clone/copy the project: git clone https://github.com/claudiofsr/find_duplicate_files

To compile and generate the executable: ``` cd findduplicatefiles

cargo b -r && cargo install --path=. Finally, to find duplicate files in a directory, run the command: findduplicatefiles `` View help messages withfindduplicatefiles -h`.