Operating System - HP-UX
1834744 Members
2788 Online
110070 Solutions
New Discussion

Remote Printing LF/CR problem

 
SOLVED
Go to solution
perez Ilan
Occasional Advisor

Remote Printing LF/CR problem

We are trying to print from hp-ux 11 via a Novell 5.1 server.
I defined a remote printer, but the hardcopy look like that:
first line
second line
third line ...
I think a CR is missing.
any idea how solve this?

Thanks in advance,
Perez Ilan.
1 REPLY 1
Olav Baadsvik
Esteemed Contributor
Solution

Re: Remote Printing LF/CR problem


Hi

Change these lines in the rmodel script:
esac
done

shift; shift; shift; shift; shift


to:
esac
done
shift; shift; shift; shift; shift
cat $1 | ux2dos > /tmp/$$trfil
mv /tmp/$$trfil $1

Regards
Olav