Following the 7th reply in this thread, and since i recently had to take the plunge and crash-course myself in the *nix console after a simple patch for a client misfired, i've come to enjoy/feel a bit of horror how using the console sometimes feel like an inside joke.
to read a txt, you learn to use cat because that's the quickest way. But to understand why it happens at all you'll need to learn that it's because you didn't type an output, so it sends the data to stdout (monitor). Then, you learn piping and feel confident using cat file | more - that's when your partner tells you to use cat file | less, because "less is more".
All the time not questioning why it is called cat. Then you learn it's conCATenate, but since you didn't type anything to concatenate with, it just sends the data directly to the output.
If that's the way it's going to be, no wonder public administration, schools and other institutions tends to cling to microsoft/apple despite it costing them sweet millions