Hacker News new | ask | show | jobs
by kbenson 3165 days ago
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.