Subject: Re: LPR w/Carriage Returns?
To: None <current-users@sun-lamp.cs.berkeley.edu, rls@zeus.id.net>
From: None <mycroft@gnu.ai.mit.edu>
List: current-users
Date: 04/06/1994 01:16:01
   Is there some way to get the LPR command to print text files with
   CR/LF combo instead of the LF by itself?

For a serial printer, you can set the appropriate termios mode in the
printcap file.  For a parallel printer, adding 32 to the minor number of
the device should do it.  (See lpt.c for more info.)


------------------------------------------------------------------------------