Too coarse. There was a huge sea change in 1979 with the release of v7. Before that, Unix was recognizably "Unix" but only barely. Process and kernel management was largely in place, you had a shell (not that shell) to compose commands with pipes (but not with the syntax we know today). The C compiler was cc and worked mostly like it does now. The Standard Editor was ed, recognizable now only because it lent its name to the "stream" variant sed, which was present already.<p>But then v7 shipped, and all of a sudden it was Unix! The bourne shell syntax is almost unchanged today (though the interactive features wouldn't arrive until ksh and bash cloned them from csh), and it was so powerful that "shell scripts" using the same language remain a productive environment in the next century. And if that wasn't enough, you could apply "awk" to problems that fit better into the newly en vogue world of regex processing. You could now build your software with this brilliant new tool called "make" that tracked dependencies automatically. And when it was time to share it, you could make "tape archives" with "tar" in a format that is still in use today.<p>Where v6 is like reading Chaucer (you can tell it's the same language, but only read it with difficulty), v7 is Shakespeare (merely crufty and old).<p>Though, to be fair, the standard editor in v7 was still ed. We had to wait a year or two for the Berkeley kids to save us with ex/vi.
CUPS was acquired by Apple, they did not originate it<p><a href="https://www.macrumors.com/2007/07/12/apple-acquired-cups/" rel="nofollow">https://www.macrumors.com/2007/07/12/apple-acquired-cups/</a>
I feel like this needs a different format, but I'm not sure what. At the very least, I need to be able to sort by "Origin" but I think a tree view might be even better, keyed on origin... or some kind of branching structure anyway.
> CUPS
> Apple<p>CUPS is currently owned by apple, but they only bought it in 2007. It actually originated as an independent project by a company calles Easy Software Products.
You can find manuals for just about every edition of UNIX AT&T released (and some they didn’t) somewhere online, but a good place to start would be here: <a href="http://doc.cat-v.org/unix/v0/" rel="nofollow">http://doc.cat-v.org/unix/v0/</a><p>That’s a manual that predates even Edition 1 UNIX.
The thing I like the most about it: appendix A has a "detailed" description of each syscall. Is there something nearly as good as this for subsequent UNIX versions? Suppose someone plans to implement a clone of V5 or ealier UNIX, where can the list of syscalls be found?
<i>The Dream Machine</i> [1] gave me a deeper appreciation for how timesharing influenced Unix. Of course I've heard that idea before but never really thought much about the details. Commands like `who` which are frankly kinda useless for me are a lot more interesting and useful back in a timesharing context. E.g. `who` lets you see who else is currently logged on to the timeshared computer, and then you could use another program (I forget the name... `mail`?) to basically DM that person.<p>[1] This book was a slog for me. I know a lot of people here love it but it was like 2 months of tedium for me.
<a href="https://en.wikipedia.org/wiki/CUPS" rel="nofollow">https://en.wikipedia.org/wiki/CUPS</a><p>Apple was not the original maker of CUPS according to wikipeida.
I wish the author would work on this list some more.<p>- Several entries are listed twice<p>- Lots of “unix” utilities without any attribution. Which version of Unix is it from? Who was the author?<p>- CUPS’ entry is incorrect<p>Etc, etc, etc.