![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Re: sort large fileby z3d (Scribe) |
on Apr 01, 2004 at 15:33 UTC ( #341659=note: print w/replies, xml ) | Need Help?? |
...unless the file is truly huge. Sort has its limitations - for instance, on solaris it tends to use /var/tmp to store that temporary file, and if you're dealing with a few gigs worth of data, you can easily run out of even disk space for the tmp files (painful, true story). Not that I have a better solution :)
"I have never written bad code. There are merely unanticipated features."
In Section
Seekers of Perl Wisdom
|
|