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

1 min read Original article ↗

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

About

Simple file comparison written in go

Topics

Resources

Readme

Activity

Stars

11 stars

Watchers

0 watching

Forks

1 fork