Crates.io | dedup-it |
lib.rs | dedup-it |
version | 0.1.0 |
source | src |
created_at | 2022-06-14 14:19:24.727951 |
updated_at | 2022-06-14 14:19:24.727951 |
description | A CLI app to dedup lines in a file |
homepage | https://github.com/race604/dedup |
repository | https://github.com/race604/dedup |
max_upload_size | |
id | 605854 |
size | 19,343 |
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.
Use --help
option to get more information.
dedup --help