GitHub - omerh/fcompare: Simple file comparison written in go

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

/ fcompare Public

Simple file comparison written in go

11 stars 1 fork Branches Tags Activity

Notifications You must be signed in to change notification settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

14 Commits

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages