Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages