From owner-freebsd-questions@FreeBSD.ORG Thu Jul 3 13:33:40 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F14141065677 for ; Thu, 3 Jul 2008 13:33:40 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id AB2858FC2B for ; Thu, 3 Jul 2008 13:33:40 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.2/8.14.2) with ESMTP id m63DXdj8094753; Thu, 3 Jul 2008 07:33:39 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.2/8.14.2/Submit) with ESMTP id m63DXdE0094750; Thu, 3 Jul 2008 07:33:39 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 3 Jul 2008 07:33:39 -0600 (MDT) From: Warren Block To: Andrew Gould In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (wonkity.com [127.0.0.1]); Thu, 03 Jul 2008 07:33:39 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: OT - printing question 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, 03 Jul 2008 13:33:41 -0000 On Thu, 3 Jul 2008, Andrew Gould wrote: > I have a postscript printer. I can send the output of text files to the > printer; but the printer won't eject the page until I send enough text to > fill the page. > > Is there a standard page-break or "eject page" command? If you're sending PS, it's "showpage". But it sounds like you're sending plain text. In that case, the printer will eject the page when it gets 60 lines or a form feed (\f, 0x0c). It may be just as easy to convert your text to PS before sending. /usr/ports/print/enscript-letter (or -A4) is handy for that. -Warren Block * Rapid City, South Dakota USA