From owner-freebsd-questions Sat Jun 21 21:50:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA08269 for questions-outgoing; Sat, 21 Jun 1997 21:50:00 -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 VAA08264 for ; Sat, 21 Jun 1997 21:49:57 -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 VAA15993; Sat, 21 Jun 1997 21:49:52 -0700 (PDT) Date: Sat, 21 Jun 1997 21:49:52 -0700 (PDT) From: Annelise Anderson To: Brian Somers cc: kleon@bellsouth.net, questions@FreeBSD.ORG Subject: Re: Handbook - ascii form?? In-Reply-To: <199706220348.EAA07445@awfulhak.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I find it truly incredible that the collective talent here cannot produce and get onto a server a plain text copy of the handbook. Suggestions that people who may be downloading the handbook to a dos/Win system use a simple sed command to get rid of the backspaces or whatever are, it seems to me, greatly misplaced. They are also inappropriate for people new to unix, and this may well be a major category of people who download the handbook. There are also reports that people who ask for a plain text, or ascii, version of the handbook are told they are jerks who don't understand latin1 etc.etc.etc. I think anyone who thinks the handbook is available in plain text hasn't tried to download it. But then, maybe I just don't get it. Now here we have a nice offer from someone who will convert a troff version to plain text. How about taking him up on it? Annelise On Sun, 22 Jun 1997, Brian Somers wrote: > > Howdy, > > > > I just tried to download the latest version of the Handbook in ascii > > (and latin1)[don't have postscript printer]. > > > > Anyway, the file is not straight text (extranious overprint, backspace, > > etc characters) under DOS or BSD. This makes it very difficult to RTFM. > > I realize that much works is being done and the handbook is secondary. > > When can a clean ascii copy be expected? > > > > If you can upload the groff'd copy I'll run the ascii version and send > > it back. > > > > Thanks for your time > > Just sed the backspaces out: > > $ sed 's/^H.//g' handbook.latin1 >handbook.ascii > > (type ^v^h to get a real ^H) > > > Keith > > kleon@bellsouth.net > > -- > Brian , > > Don't _EVER_ lose your sense of humour.... > >