/once

Like uniq, but doesn't require sorted input

Primary LanguageGoApache License 2.0Apache-2.0

once

Like uniq, but doesn't require sorted input

With input like this

foo
bar
baz
baz
baz
baz
bar
text
foo
foo
chester

running it like this cat foo.txt | once will result in this output

foo
bar
baz
text
chester