From: kai@depeche.toppoint.de (Kai Voigt) Subject: Re: How to make hp500 work under linux? Date: Sun, 21 Mar 1993 08:28:25 GMT
tgao@cs.uiuc.edu (Tong Gao) writes:
>Did anybody get the hp500 printer to work under linux? When I tried to print,
>it prints the LF without CR. Could someone tell me what to do, please?
>Thanks a bunch.
Use this shell-script:
#!/bin/sh
awk '{print $0 "\r"}' $1 > /dev/lp0
Change /dev/lp0 to whatever you have connected your printer to.
Now simply use 'print <filename>' to print the text files.
Kai
--
Kai Voigt, Werftstrasse 2, 2300 Kiel 14, Germany, +49 431 7297514
MIME-mails welcome