Skip to content

Tool for finding different lines in two files.

Notifications You must be signed in to change notification settings

CasterraDev/odiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ODiff

Outputs the lines that are different from two files. Outputs to stdout

Install

You can install it by using go install:

go install -v github.com/CasterraDev/odiff@latest

Usage

> cat list.txt
cats
dogs
cows

> cat map.txt
dogs
cows
horses
chickens

> odiff list.txt map.txt
horses
chickens
cats

About

Tool for finding different lines in two files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages