6 ms·
No need to spawn another process(uniq), you can use sort -u ;-)
by c4n4rd 9y ago
No need to spawn another process(uniq), you can use sort -u
;-)
- kbenson 9y agoFor 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.