Re: lpr command line syntax

2013-09-03 Thread Andrey Repin
Greetings, Rockefeller, Harry! > The Cygwin lpr command requires both server and printer names, i.e., > $ lpr foo > Sends a print job to a network printer > Usage: lpr -S server -P printer [-C class] [-J job] [-o option] [-x] [-d] > filename I'm afraid, you're using Windows lpr command, rather

RE: lpr command line syntax

2013-09-03 Thread Rockefeller, Harry
Problem resolved. I was using the Windows 'lpr' command. Even though cygutils is part of the 'base' Cygwin install this package didn't have lpr. So, I installed the other cygutils packages and /usr/bin/lpr was there. Well, it was either that, or running lprsetup.sh and restarting Cygwin that bro

lpr command line syntax

2013-09-03 Thread Rockefeller, Harry
The Cygwin lpr command requires both server and printer names, i.e., $ lpr foo Sends a print job to a network printer Usage: lpr -S server -P printer [-C class] [-J job] [-o option] [-x] [-d] filename And then the command fails. Is this intended? Linux will use environment variable defaults, wil