Hacker News new | ask | show | jobs
by biot 5122 days ago
I assume the first line you meant to pipe it through uniq afer the sort? Otherwise the only thing you've demonstrated is that sorting a file doesn't change its line count. :)
1 comments

"sort -u" means "sort and uniq".
Wow, I can't believe I was never aware of this. Thank you!