Re: how to backchannel passthrough printing?

From: Travis Spencer (travislspencer_at_hotmail.com)
Date: 09/24/04


Date: Thu, 23 Sep 2004 23:28:43 -0700


"Jaroslav Lukesh" <lukesh@seznam.cz> wrote:
> it is possible to print from unix terminal apps into 'lp' printer or
> printer
> queue from openssh?

Sure. Try this:

cat myfile.txt | ssh myserver.com 'lpr -P myprinter01'

I don't know anything about System V printing, but I'm sure it will work
just like it does for me on UCB's lpr.

-- 
Regards,
Travis Spencer
Portland OR USA