in reply to a way to do 'sort|uniq'

To be efficient, it is something that the sorting algorithm should support itself. Hence "sort -u" existing despite "sort | uniq" working (if you don't run out of resources). So this option would be a nice addition to sort.pm.

- tye        

  • Comment on Re: a way to do 'sort|uniq' (efficient)