Hacker News new | ask | show | jobs
by c4n4rd 3155 days ago
No need to spawn another process(uniq), you can use sort -u

;-)

1 comments

For me, the benefit of a trailing uniq instead of a sort -u is that I'm invariably building towards a "sort | uniq -c | sort -n" anyways.