Hacker News new | ask | show | jobs
by _druu 3425 days ago

    awk '!a[$0]++' faces.txt
is a touch shorter ^^
1 comments

That's the same approach used by the challenge's original creator (in the GitHub link above). It's a clever solution!