/dedup

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

Primary LanguageRustMIT LicenseMIT

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