in reply to
•Re^4: Sort Large Files
in thread
Sort Large Files
Did you actually try those?
I thought the point was that some calls to
cat
can't be eliminated:
cat data1 data2 | wc -l
# How would you do this with redirects?
cat -s sq.my.bl | wc -l
# cat itself can do some processing.
Comment on
Re^5: Sort Large Files
Select
or
Download
Code
In Section
Cool Uses for Perl