llb4ll / cli-line-matcher

Small rust cli line matcher - mainly to play around with rust. It takes one file and finds all lines duplicated in other files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cli-line-matcher

Small rust cli line matcher - mainly to play around with rust. It takes one file and finds all lines duplicated in other files.

linematcher 0.1.0

Rust

Matches lines in files. The first file is the reference file - this tools finds duplicate lines in the additional files and outputs them as csv.

USAGE: linematcher ...

FLAGS: -h, --help Prints help information -V, --version Prints version information

ARGS: ... A list of files to compare lines

About

Small rust cli line matcher - mainly to play around with rust. It takes one file and finds all lines duplicated in other files.


Languages

Language:Rust 100.0%