Filter out duplicates on the command line. Replacement for `sort | uniq` optimized for speed (10x faster).
High-throughput method to count abundance of unique line in the style of `sort | uniq -c`
zet finds the union, intersection, set difference, etc of files considered as sets of lines
An efficient way to filter duplicate lines from input, à la uniq.
xuniq is a blazing-fast utility to remove duplicate lines from input.
anewer appends lines from stdin to a file if they don't already exist in the file. You could also use it as `uniq` without `sort`.
Count unique lines
Tail datadog logs to files, or stdout