ptrcnull / uuniq

unordered uniq(1) - mirror from https://git.ptrc.gay/ptrcnull/uuniq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uuniq

unordered uniq(1)

what

$ printf 'foo\nbar\nfoo\n' | uuniq
foo
bar

usage

$ some-command | uuniq

yeah that's it

but um isn't this code inefficient

probably. so what?

About

unordered uniq(1) - mirror from https://git.ptrc.gay/ptrcnull/uuniq


Languages

Language:Go 100.0%