Operating System - HP-UX
1847253 Members
4119 Online
110263 Solutions
New Discussion

Re: modifying model.orig script

 
Unix Administrator_5
Frequent Advisor

modifying model.orig script

I am trying to change the defaults for queue to set number of lines on a page to 65 and font to 14.

Does anyone know where I need to change this.

I am using queues based on net_lj4x and net_ljx000
1 REPLY 1
Sanjay_6
Honored Contributor

Re: modifying model.orig script

Hi,

you can specify these on the command line if supported by the particular model of printer. To look at the various command line options supported by net_lj4x model of printer, do "man net_lj4x" for more info.

you can create a text file for reference,

man net_lj4x |col -b >/tmp/net_lj4x.txt

then print this file for future reference.

Hope this helps.

regds