The Unix Tree
Welcome to the Unix Tree. Here you can browse the source code and manuals
of various old versions of UNIX. For every file, you can also find related
files from other versions: this can help show how the different versions of
UNIX are related.
At present, this is a prototype and I have only made the following releases
available to test the prototype. When it all works properly, I will add
most of the Unix versions in the
Unix Archive into the tree.
The 1970s
The 1990s
Comments on Related Files Algorithm
The algorithm I am using to determine how closely related files are is
very primitive. I just count the number of common lines in the files,
after truncating whitespace and converting to lowercase. I don't consider
the order of the lines or anything. However, this seems to give reasonable
results anyway.
Warren Toomey, wkt@tuhs.org, February 2002