From: cwilson@Xenon.Stanford.EDU (Christopher S. Wilson) Subject: Re: Ghostscript printing on DJ500 Date: Thu, 18 Feb 1993 03:47:38 GMT
In article <1lu0jrINNa52@rave.larc.nasa.gov> jcburt@gatsibm.larc.nasa.gov () writes:
[deletions]
> I use the line
> gs -sDEVICE=epson -sOutputFile=|lpr -r180 stuff.ps
>and I just get the postscript file printed on my epson printer...do you
>think that piping it to lpr is screwing things up?
[more deletions]
The | is getting interpreted by the shell instead of being sent on to
Ghostscript. Use "... -sOutputFile=\|lpr ...".
--Chris