wiredmartian / check_file_duplication

Finds and reports on duplicate files in a directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DUPLICATE FILES CHECK

Recursively walks through a directory, and it's sub-directories finding duplicate files. Takes advantage of go concurrency

Outputs duplicate file paths to a text file

Running

$ go run main.go

Provide a path to traverse.

Enter a file path: /home/wiredmartian/downloads

Packaging

  1. $ go build -o ./bin/app

Builds the binaries into a bin folder and names executable as app. Folder and executable could be named anything

  1. $ ./bin/app

Will run the executable and outputs the results into a newly created folder name outputs

About

Finds and reports on duplicate files in a directory

License:MIT License


Languages

Language:Go 100.0%