From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 16:37:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2531516A41F for ; Thu, 8 Sep 2005 16:37:01 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE2643D45 for ; Thu, 8 Sep 2005 16:36:58 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j88GZj96063429; Thu, 8 Sep 2005 11:36:11 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <43206857.1010803@daleco.biz> Date: Thu, 08 Sep 2005 11:35:35 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gerard Seibert References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 16:37:01 -0000 Gerard Seibert wrote: > I am trying to figure out how to print 'man' pages. If I try a simple > redirect, such as: "man foo > foo.txt" the new file is loaded > with control symbols, etc. that are not really printable. I want to > save the files if possible, and print them out at a later date. It > that is not possible, how would I go about printing them out in real > time? > And if you don't care about PostScript, (think this is in the FAQ or fortune or some such); man foo | col -bx > foo.txt HTH, Kevin Kinsey