![]()
Unix was and is the platform for text processing. It has sometimes been criticised for its assumption that everything can be handled by simple type-less files — the "bag o' bytes" approach. For text processing, this approach brings many advantages and no disadvantages.
"An ideal text-processing environment for serious writers should provide tools for saving and managing multiple drafts on disk, not just on paper. It should allow the writer toSeveral chapters deal with getting the most out of Unix in general. All the usual suspects are rounded up: shell programming, sed, awk, etc, etc. Sadly, yet again, no mention of m4. But despite that flaw, these chapters together a really sound introduction to the Unix way of doing things. Two chapters, Ch. 3, Learning vi, and Ch. 7, Advanced Editing, cover the inimitable vi text editor. According to Tim O'Reilly, this book contains the full text of the early editions of "Learning the vi editor" (the current, 6th, edition is greatly expanded)."
- work on documents of any length;
- save multiple versions of a file;
- save part of the buffer into a file for later use;
- switch easily between multiple files;
- insert the contents of an existing file into the buffer;
- summarise the differences between two versions of a document.
A great feature sof the book is that it shows how powerful the old Unix typesetting tools still are. Groff can do so much, if you take the time to learn how — and this book can show you. The chapters dedicated to it are a good tutorial for roff and associated tools (mm and me macro packages, eqn, tbl), and also manages to teach something about typesetting in general.
$ ftp ftp.ora.com
ftp> cd /pub/utp
ftp> ls
total 504590
drwxrwsr-x 32 61 512 Sep 12 2001 pbm
-rw-rw-r— 1 100 38056077 Sep 12 2001 pbm.tar.gz
drwxrwxr-x 2 100 14336 Sep 12 2001 pdf
-rw-rw-r— 1 100 220112017 Sep 11 2001 pdf.tar.gz
UPDATE: Well, while O'Reilly have no plans for a reprint, there is a project underway to re-create the book — have a look at http://home.alltel.net/kollar/utp/.
Title: Unix Text Processing
Author: Dale Dougherty & Tim O'Reilly
Publisher: Hayden Books
ISBN: 0-672-46291-5
Price: ?
Pages: 665
Date: 1987
Copyright © 1995-2007
Paul Dunne,
Sponsored links (requires javascript):