Hacker News new | ask | show | jobs
by epistasis 3835 days ago
I'd think that it's chaining together the characters in the file, catenating a file to the screen. Wikipedia claims that the first version of Unix did a single file.

https://en.wikipedia.org/wiki/Cat_(Unix)#History

Whereas "con"catenate means to link separate things together. These are minor distinctions, but if somebody is going to call things "asinine" they should at least get the pedantry correct.

2 comments

The reference Wikipedia gives for that does not actually say that the original “cat” only took one file name. What is says is that “cat”s predecessor, “pr”, only took one file name, and that “cat” subsumed it.

How’s that for pedantry?

Excellent!
Good to know. Reading definitions of concatenate and catenate, I was confused about whether there actually was a difference or not.

Edit: that wikipedia page makes it sound like the program it replaced was the one that prints a single file to the screen.