Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 2004 21:36:46 +0100
From:      fergus <fergus@cobbled.net>
To:        James Horvath <jhorvath@frabill.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Print issues from ghostscript
Message-ID:  <20040609203646.GA89857@eyore.cobbled.net>
In-Reply-To: <20040608230421.5A97B43D49@mx1.FreeBSD.org>
References:  <20040608230421.5A97B43D49@mx1.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040609203646.GA89857>