race604 / dedup

A command line tool to deduplicate lines, implemented in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dedup

A command line tool to dedup lines in file or input stream. In contrast to uniq, dedup does not only compare adjacent lines, but will dedup lines globally.

Usage

Use --help option to get more information.

dedup --help

About

A command line tool to deduplicate lines, implemented in Rust.

License:MIT License


Languages

Language:Rust 100.0%