You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.