On Sat, 2006-05-06 at 10:23 -0600, Collins Richey wrote:
On 5/6/06, centos@911networks.com centos@911networks.com wrote:
How can I print, from the command line, a png file?
Presuming that you have cups installed in the normal fashion and a default printer, just
cat xxx.png | lpr
Try "lpr <filename>"
Avoids the process for a filter (cat) which is doing nothing for you.
<snip sigs>
HTH