From owner-freebsd-questions Mon Jan 18 12:02:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00721 for freebsd-questions-outgoing; Mon, 18 Jan 1999 12:02:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from kiwi.pinnacle.co.nz (pinsoft.internet.co.nz [202.37.141.181]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00712 for ; Mon, 18 Jan 1999 12:02:23 -0800 (PST) (envelope-from jonc@pinnacle.co.nz) Received: from kiwi.pinnacle.co.nz (kiwi.pinnacle.co.nz [202.37.163.2]) by kiwi.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id IAA00800; Tue, 19 Jan 1999 08:58:58 +1300 (NZDT) Date: Tue, 19 Jan 1999 08:58:58 +1300 (NZDT) From: Jonathan Chen To: pete collins cc: FreeBSD Questions Subject: Re: good old staircase effect! In-Reply-To: <36A34838.D99D9D52@ocsny.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Jan 1999, pete collins wrote: [...] > and yep i added the filter to my /etc/printcap config file > turned the printer off & then back on > > no luck The following filter works fine with our printers: #!/bin/sh # # awk '{ printf ("%s\r\n", $0); }' printf "\f" Jonathan Chen ---------------------------------------------------------------------- Live your own life, for you will die your own death To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message