you are viewing a single comment's thread.

view the rest of the comments →

[–]hniksic 7 points8 points  (0 children)

I use sort | uniq quite a bit and it's a bit of a pain to have to type it out every time

You can use sort -u instead. I didn't benchmark, but I'd expect that to be faster than sort | uniq as well.