Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site fortune.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!fortune!crane From: crane@fortune.UUCP (John Crane) Newsgroups: net.unix Subject: Re: Best UNIX intro text Message-ID: <3333@fortune.UUCP> Date: Thu, 17-May-84 15:30:22 EDT Article-I.D.: fortune.3333 Posted: Thu May 17 15:30:22 1984 Date-Received: Fri, 18-May-84 05:58:56 EDT References: <157@decwrl.UUCP> Organization: Fortune Systems, Redwood City, CA Lines: 14 For the very raw beginner, I recommend the book by Yates. For the moderately advanced person, I recommend the Bourne book "The UNIX System". This is an excellence reference that I use every day. After mastering Bourne, try Kernighan and Pike's book "The UNIX Programming Environment". It made me a confirmed awk user. The difference between this book and Bourne's book is that Bourne clearly explains what the utilities are and lays out all possible options. This book gives concrete examples and helps you build several useful tools. The above books are not novels. Read them at the terminal and try the examples.