dedup-it 0.1.0

A CLI app to dedup lines in a file
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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
```