From owner-freebsd-questions Thu May 14 05:32:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19078 for freebsd-questions-outgoing; Thu, 14 May 1998 05:32:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA19073 for ; Thu, 14 May 1998 05:32:26 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id NAA29965; Thu, 14 May 1998 13:32:17 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <355AE452.4B2F4063@tdx.co.uk> Date: Thu, 14 May 1998 13:32:18 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Frank Griffith CC: freebsd-questions@FreeBSD.ORG Subject: Re: Man Pages to Text Files References: <001501bd7f2a$a08b9c60$0200a8c0@fast1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't know if your meant to do it this way, but I always use something like: man bind | groff -Tascii >named.txt (Which will display the manual page for 'named', convert it to ASCII and dump it to the file called 'named.txt') I'm not saying it's right, but it works for me... ;-) Regards, Karl Pielorz > Frank Griffith wrote: > > I thought I once saw a command line which would > save a manpage to a file and remove the formatting > so you could have a nice text file use later. I've looked > through the handbook and don't seem to be able to find > it again. Can anyone help me with this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message