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.