Live data from Hacker News

Unix Edition Zero (1971)

doc.cat-v.org

1–10 of 61 posts

Re: Unix Edition Zero (1971)

#3
this is great. i realized that manuals and documentation might have used a lot of paper back then. the new PDF that was typeset using troff is half the length of the original!

Re: Unix Edition Zero (1971)

#5
post #3

this is great. i realized that manuals and documentation might have used a lot of paper back then. the new PDF that was typeset using troff is half the length of the original!

I find reading the scan of the manual more pleasant and nostalgic than the troff version! Haha.

Re: Unix Edition Zero (1971)

#7
post #6

TIL PDP-11 UNIX had an eight-character file/directory name limit https://retrocomputing.stackexchange.com/questions/23917/ori...

in 6th edition it was already 14

https://github.com/memnoth/unix-v6/blob/master/sys/ken/nami....

https://github.com/memnoth/unix-v6/blob/master/sys/param.h#L...

i guess this 'edition zero' is from 01971, and 6th edition is 01975

Re: Unix Edition Zero (1971)

#10

Earlier quoted context omitted.

Curiously, it describes create instead of creat .

and ken in the go source tree in 2009: > spell it with an "e" https://go.googlesource.com/go/+/c90d392ce3d3203e0c32b3f98d1...

Tangent: I've yet to find what I'd deem a "definitive" answer on why the 'e' was dropped. Sure, Ken said it was his biggest mistake, but every answer on why it's missing just point to the quote from him. I've seen suggestions related to a possible six-character limit (from Radix50 - "50" being octal for 64), but "creat" is only five. And being a mistake, why was it never fixed early on?
Post reply on HN