From owner-freebsd-questions Mon Oct 6 08:29:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA04884 for questions-outgoing; Mon, 6 Oct 1997 08:29:06 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA04876 for ; Mon, 6 Oct 1997 08:29:01 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id KAA10468; Mon, 6 Oct 1997 10:28:07 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id KAA11626; Mon, 6 Oct 1997 10:27:35 -0500 Message-ID: <19971006102734.13521@right.PCS> Date: Mon, 6 Oct 1997 10:27:34 -0500 From: Jonathan Lemon To: Jose Monteiro Cc: questions@FreeBSD.ORG Subject: Re: Saving a man page to a text file References: <3439f241.3996625@mail.leirianet.pt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <3439f241.3996625@mail.leirianet.pt>; from Jose Monteiro on Oct 10, 1997 at 02:16:22PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Oct 10, 1997 at 02:16:22PM +0000, Jose Monteiro wrote: > How can I save the contents os a man page to a text file without any > escape codes included? > > I tried > > $man xxxxx > xxxxx.txt man xxxx | colcrt > xxx.txt -- Jonathan