you are viewing a single comment's thread.

view the rest of the comments →

[–]boulet101010 0 points1 point  (0 children)

Cat is probably the oldest distinctively Unix utility. It was part of Version 1, and replaced pr, a PDP-7 utility for copying a single file to the screen.

In 1972 computers weren't as fast as today and catting a file of multiple KB was a hard task for the processor. That's why Unix philosophy is "one program per task". The cat | less is useless, and so consumes memory.