zz

command module
v0.0.0-...-02242f3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2022 License: MIT Imports: 6 Imported by: 0

README

zz

a little tool to get the intersection and difference between multiple files.

Install

go install github.com/kaleocheng/zz

Usage

$ cat a.txt
A
B
C
D
E
$ cat b.txt
C
D
E
F
G
# Get Difference between a.txt and b.txt
$ zz a.txt b.txt
A
B
F
G

# Get diff lines which only in a.txt
$ zz -only a.txt b.txt
A
B

# Get Intersection between a.txt and b.txt
$ zz -i a.txt b.txt
C
D
E

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL