Date: Tue, 19 Jan 1999 08:58:58 +1300 (NZDT) From: Jonathan Chen <jonc@pinnacle.co.nz> To: pete collins <pcollins@ocsny.com> Cc: FreeBSD Questions <questions@FreeBSD.ORG> Subject: Re: good old staircase effect! Message-ID: <Pine.SCO.3.96.990119085805.597B-100000@kiwi.pinnacle.co.nz> In-Reply-To: <36A34838.D99D9D52@ocsny.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SCO.3.96.990119085805.597B-100000>
