Comment Re:Piping commands (Score 1) 83
Putting the sort into "ls" makes the binary (a little) bigger. Having just one sort tool probably saves space, especially when memory is precious like it was 40+ years ago. That's the fundamental concept in *x: have small specialized tools that do one thing, but do it well.
tac doesn't sort, it just reverse the order of lines.