Printing incomig Faxes

Gert Doering (gert@greenie.muc.de)
Tue, 20 Oct 1998 12:09:27 +0200


Hi,

On Tue, Oct 20, 1998 at 07:57:04AM +0200, Kurt Garloff wrote:
> fns=$*
> cat $fns | g32pbm | lpr

You could do:

for file in $*
do
    g32pbm $file | lpr
done

here, which will make sure that the resolutions are handled correctly.
This won't work with your approach, because you can have different pages
with different resolutions...

gert
-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             gert@greenie.muc.de
fax: +49-89-35655025                        gert.doering@physik.tu-muenchen.de