From owner-freebsd-doc Wed May 21 15:22:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA11214 for doc-outgoing; Wed, 21 May 1997 15:22:34 -0700 (PDT) Received: from andrsn.stanford.edu (root@andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA11205 for ; Wed, 21 May 1997 15:22:29 -0700 (PDT) Received: from localhost (andrsn@localhost.Stanford.EDU [127.0.0.1]) by andrsn.stanford.edu (8.8.5/8.6.12) with SMTP id PAA16002; Wed, 21 May 1997 15:22:17 -0700 (PDT) Date: Wed, 21 May 1997 15:22:16 -0700 (PDT) From: Annelise Anderson To: "D.Lewis" cc: freebsd-doc@FreeBSD.ORG Subject: Re: The handbook In-Reply-To: <3383D45A.2DAE@isotoxin.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-doc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 21 May 1997, D.Lewis wrote: > Sorry if ive missed it somewhere but is there an Ascii version of the > handbook anywhere?? I wasnt to print it out under windows (I know its > terrible but until ive become a Unixoid!), Latin1 is really no use to > me either as I have no converters or WP that will load it. > HTML version also dodgy on the Walnut creek CD well the Index wont load > the relevant parts anyhow. > Thanks for your time. There is no plain text version of the handbook on http://www.freebsd.org, at least not one that I can find, but there is a plain text version on the cd (and probably installed on your hard drive) in /usr/share/doc/handbook/handbook.ascii. One way to get a plain text ("ascii") version of the handbook from www.freebsd.org is to download the *.ps version, run ps2ascii on it, and then use fmt on the result. You can give fmt some options to change the target and maximum line lengths it uses. Annelise