Version 6 of Software Tools

Updated 2004-11-30 19:45:04

Software Tools, by Brian Kernighan and P.J.Plauger, is an older book which showed the reader step by step how to build a UNIX-like environment on any system that supported a decent Fortran compiler, including almost all the source you needed. By the time you finished all the exercises, you had Ratfor, roff, m4, ed, grep, and other tools... the core of the UNIX command-line environment.

The tools were portable, and implemented a virtual file system on top of a native file system that allowed the Unix-like system to run on everything from CP/M-80 to Cray systems.

A few years later, Software Tools in Pascal was released, achieving the same goal for the next language to be popular.


Category Book