Okay, I need to force lpd to add a ^M to the end of every line that
goes to a printer, otherwise it gives me this staircase output. The
problem is that the printer works fine in the printcap file, but SCO
doesn't seem to support the "if" option for input filters. So if I want
to print I run this little awk script which puts the ^M in for me, and
then print it. However, I need to have lpd or whatever handle this for
me when anything comes in to be printed. The file is being sent to a
Novell print server. So how can I filter all the print requests for this
printer to add ^M to the end of every line?
Matt