Skip to content

Naranbataar/Blue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ad03cd · Sep 15, 2019

History

5 Commits
Sep 15, 2019
Sep 15, 2019
Sep 15, 2019
Sep 15, 2019
Sep 15, 2019
Sep 15, 2019

Repository files navigation

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