Hi, I tried "sort" on some large file. But the memory usage of "sort" does not seem to be large. This seems to be strange to me, as I think that sort need to see all the data before completing the sorting process. Shouldn't the memory usage of "sort" increase as the input size increases? Thanks.
-- Regards, Peng
