dedup-it

Crates.iodedup-it
lib.rsdedup-it
version0.1.0
sourcesrc
created_at2022-06-14 14:19:24.727951
updated_at2022-06-14 14:19:24.727951
descriptionA CLI app to dedup lines in a file
homepagehttps://github.com/race604/dedup
repositoryhttps://github.com/race604/dedup
max_upload_size
id605854
size19,343
吴晶 (race604)

documentation

README

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
Commit count: 11

cargo fmt