Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (24 loc) · 1.07 KB

Blue

CodeFactor Codacy Badge Language grade: C/C++ License: Unlicense

A minimal tool that searches duplicated files in the current directory using its MD5 checksum and size

Installation

You need just a C compiler with the default libraries, and make

# Compiles to `blue`
make
# Optional, copy the binary to /usr/local/bin
sudo make install

Example

# Searches a file
blue 18771d92fec7fc9374ef7c5a3e2ab50f 64
./file1
./file2
./files/file3