omerh / fcompare

Simple file comparison written in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fcompare - A tiny file comparison program written in go

This is a quick way for locating identical files in a folder. Pass to the program the folder you want to check

Build

go get -u github.com/omerh/fcompare
# If GOPATH is set
cd $GOPATH/src/github.com/omerh/fcompare
# If no GOPATH is set
cd ~/go/src/github.com/omerh/fcompare
go build

Run the app

./fcompare /directory

About

Simple file comparison written in go


Languages

Language:Go 100.0%