From owner-freebsd-questions Sun Jun 22 00:09:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA15118 for questions-outgoing; Sun, 22 Jun 1997 00:09:49 -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 AAA15113 for ; Sun, 22 Jun 1997 00:09:47 -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 AAA16315; Sun, 22 Jun 1997 00:09:42 -0700 (PDT) Date: Sun, 22 Jun 1997 00:09:42 -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 On Sun, 22 Jun 1997, Brian Somers wrote: > Just sed the backspaces out: > > $ sed 's/^H.//g' handbook.latin1 >handbook.ascii > > (type ^v^h to get a real ^H) Actually this won't work. There aren't any ^H. in the file; what there are, instead, are lots of double letters and lots of underscores. In other words a filed attempt to convert something to ascii (or plain text) has already been made. There's always the option of testing proposed solutions before posting them..... Annelise