From owner-freebsd-questions@FreeBSD.ORG Wed Aug 3 19:51:17 2011 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 9684F106564A for ; Wed, 3 Aug 2011 19:51:17 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from honeysuckle.london.02.net (honeysuckle.london.02.net [87.194.255.144]) by mx1.freebsd.org (Postfix) with ESMTP id 653EB8FC08 for ; Wed, 3 Aug 2011 19:51:17 +0000 (UTC) Received: from muji2.config (93.97.24.219) by honeysuckle.london.02.net (8.5.140) id 4E26208700A2959F; Wed, 3 Aug 2011 20:51:16 +0100 Message-ID: <4E39A6B3.9070603@onetel.com> Date: Wed, 03 Aug 2011 20:51:15 +0100 From: Chris Whitehouse User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100924 Thunderbird/3.1.4 MIME-Version: 1.0 To: Matthias Apitz References: <201108031808.p73I818v045622@mail.r-bonomi.com> <20110803181852.GA1079@tiny> In-Reply-To: <20110803181852.GA1079@tiny> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: printing to Kyocera FS-1030D 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: Wed, 03 Aug 2011 19:51:17 -0000 On 03/08/2011 19:18, Matthias Apitz wrote: >>>> # cat |lpr -Plp > > To the OP: You won the todays "Useless Use of Cat Award" :-) > The same would do: > > lpr -Plp< ps-file > or > lpr -Plp ps-file > > :-) > > matthias Well I'm not a guru so perhaps I can be excused :-) Still thanks for the pointer about lpr, I should have read the man page. Chris