Sebastian Niehaus <[EMAIL PROTECTED]> writes:

[...]

 
> Sowas wie
> 
> | scanimage -$DEVICE --format=tiff  > lpr

,----
| [EMAIL PROTECTED]:~$ cat /usr/local/bin/fotokopie 
| #!/bin/sh
| #
|  
| # Macht eine "Fotokopie" per Scanner und Drucker
| 
| 
| PAPERSIZE="a4"
| PRINTER="LaserS"
| RESOLUTION=600
| SCANDEVICE="hp:/dev/sg2"
| 
| /usr/bin/scanimage -d $SCANDEVICE -l 0 -t 0 -x 210 -y 290 --resolution 
$RESOLUTION | /usr/bin/pnmtops | /usr/bin/psresize -p $PAPERSIZE | /usr/bin/lpr 
-P$PRINTER
| 
`----


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an