From owner-freebsd-questions Thu Oct 9 05:53:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA28460 for questions-outgoing; Thu, 9 Oct 1997 05:53:26 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from gatekeeper.acucobol.ie (gatekeeper.acucobol.ie [194.125.135.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA28440 for ; Thu, 9 Oct 1997 05:53:19 -0700 (PDT) (envelope-from jmcl@Acucobol.IE) Received: (from daemon@localhost) by gatekeeper.acucobol.ie (8.8.5/8.8.5) id NAA05580 for ; Thu, 9 Oct 1997 13:45:31 +0100 (IST) Received: from guinness.acucobol.ie(194.125.135.195) by gatekeeper.acucobol.ie via smap (V2.0beta) id xma005571; Thu, 9 Oct 97 13:45:27 +0100 Received: from guinness (localhost [127.0.0.1]) by guinness.acucobol.ie (8.8.5/8.8.5) with ESMTP id NAA05030 for ; Thu, 9 Oct 1997 13:53:38 +0100 (BST) Message-Id: <199710091253.NAA05030@guinness.acucobol.ie> From: John McLaughlin To: questions@freebsd.org Subject: Re: Saving a man page to a text file In-reply-to: Your message of "Thu, 09 Oct 1997 05:54:07 CDT." <19971009055407.23377@matrix.binary.net> Date: Thu, 09 Oct 1997 13:53:38 +0100 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > On Mon, Oct 06, 1997 at 10:24:13PM -0500, dkelly@hiwaay.net wrote: >> > How can I save the contents os a man page to a text file without >> any > escape codes included? How about: man -P cat foo > foo.txt John