uq

Crates.iouq
lib.rsuq
version0.1.2
sourcesrc
created_at2018-02-13 14:51:14.414328
updated_at2018-03-05 14:05:17.459027
descriptionsort | uniq alternative.
homepagehttps://github.com/lostutils/uq
repository
max_upload_size
id51002
size5,178
Tamir Bahar (tmr232)

documentation

README

uq

uq is a simple, user-friendly alternative to sort | uniq.

It removes duplicate lines from the output, regardless of the order. Unlike sort | uniq, uq does not sort entries. This allows uq to operate on continuous streams as well.

$ python -c "while 1: print('a');print('b')" | uq
a
b
Commit count: 0

cargo fmt