> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Andy Pflueger > Sent: Friday, June 01, 2007 6:53 AM > To: U2 User Group Mailing List > Subject: [U2] CRLF vs. CR - unix printing > > Hello, > > I have been trying to research and resolve a problem on our new > development box (Linux Ubuntu) we're working on building for use with > Unidata. We're just about ready to migrate to the box with one small > issue. Unix printing is resulting the "stair-stepping" issue.
We put this in the driver file referenced by the UV spooler: #!/bin/sh cat - | sed -e "s/\$/`echo -en '\r'`/" | lp -d order_desk_laser -o raw This will replace the current last character of every line with CR. -John ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
