On Fri, 2003-02-07 at 00:55, Paul wrote: > I have cups installed which prints to a windows (smb) printer. How do I print > from the command line?
This will use the default printer
lpr filename
Or you might want
lpr -Pa3laser filename
to print to a specific printer listed in /etc/printcap
