From owner-freebsd-current@FreeBSD.ORG Wed Jun 9 20:36:44 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60DB316A4CE for ; Wed, 9 Jun 2004 20:36:44 +0000 (GMT) Received: from ni-mail2.dna.utvinternet.net (ni-mail2.dna.utvinternet.net [194.46.8.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 874A043D41 for ; Wed, 9 Jun 2004 20:36:43 +0000 (GMT) (envelope-from fergus@cobbled.net) Received: from eyore.public.cobbled.net (unverified [195.218.110.196]) by ni-mail2.dna.utvinternet.net ; Wed, 9 Jun 2004 21:35:51 +0100 Received: from eyore.public.cobbled.net (localhost [127.0.0.1]) i59KbAKJ089969; Wed, 9 Jun 2004 21:37:10 +0100 (BST) (envelope-from fergus@eyore.public.cobbled.net) Received: (from fergus@localhost)i59KalPK089968; Wed, 9 Jun 2004 21:36:47 +0100 (BST) (envelope-from fergus) Date: Wed, 9 Jun 2004 21:36:46 +0100 From: fergus To: James Horvath Message-ID: <20040609203646.GA89857@eyore.cobbled.net> Mail-Followup-To: James Horvath , freebsd-current@freebsd.org References: <20040608230421.5A97B43D49@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040608230421.5A97B43D49@mx1.FreeBSD.org> X-Mailman-Approved-At: Thu, 10 Jun 2004 11:52:39 +0000 cc: freebsd-current@freebsd.org Subject: Re: Print issues from ghostscript X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2004 20:36:44 -0000 On 08.06-16:00, James Horvath wrote: [ ... ] > # gs -q -dNOPAUSE -sDEVICE=ljet4 -sOutputFile=\|lp \ > -dprinter ./file.ps -c quit try # gs -q -dNOPAUSE -sDEVICE=ljet4 -sOutputFile='|lp \ -d printer' ./file.ps -c quit i.e. put quotes round the OutputFile argument so it gets processed including the spaces