From owner-freebsd-questions Mon Apr 14 12:13:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA07492 for questions-outgoing; Mon, 14 Apr 1997 12:13:30 -0700 (PDT) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA07487 for ; Mon, 14 Apr 1997 12:13:28 -0700 (PDT) Received: from localhost (ben@localhost) by narcissus.ml.org (8.8.5/8.7.3) with SMTP id MAA17849; Mon, 14 Apr 1997 12:13:30 -0700 (PDT) Date: Mon, 14 Apr 1997 12:13:30 -0700 (PDT) From: Snob Art Genre To: Random Junk cc: freebsd-questions@FreeBSD.ORG Subject: Re: how can i print man-files? In-Reply-To: <199704141719.KAA24439@hudsucker.gamespot.com> 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 Mon, 14 Apr 1997, Random Junk wrote: > M. L. Dodson writes: > > Try this for something a little more attractive: > > > > zcat | \ > > | tbl | groff -mandoc | lpr -P > > > > You DO have ghostscript installed, don't you? And some printer definition > > to handle PostScript files? > > how about this? > > man -t ls | lp > > works for me and is pretty easy to remember. > > you don't need the ghostscript package for this to work. you do need > groff though. How about: % setenv PAGER lp % man -t foo :) Ben "You have your mind on computers, it seems."