Hacker News new | ask | show | jobs
by schoen 3436 days ago
I also used this approach but the original creator's version posted on GitHub is remarkably more concise (due to a clever use of the ++ operator).
1 comments

awk '!h[$0]++' faces.txt

That is clever! Awk golf hole-in-one ;-)