Hi all.
On CentOS 4 I was able to set a text only printer and send raw data and form feed on the end. Now on CentOS 5/6 I only have the option to set it RAW or text only but not the previous mix.
How I can get it to work the same way? In most cases we use 5.x.
Thanks
On 10/12/2013 12:24 PM Juan De Mola wrote:
Hi all.
On CentOS 4 I was able to set a text only printer and send raw data and form feed on the end. Now on CentOS 5/6 I only have the option to set it RAW or text only but not the previous mix.
How I can get it to work the same way? In most cases we use 5.x.
Thanks
What's worked for me:
echo -e \f |lpr
Where did you put that code?
2013/10/12 ken gebser@mousecar.com
On 10/12/2013 12:24 PM Juan De Mola wrote:
Hi all.
On CentOS 4 I was able to set a text only printer and send raw data and form feed on the end. Now on CentOS 5/6 I only have the option to set it RAW or text only but not the previous mix.
How I can get it to work the same way? In most cases we use 5.x.
Thanks
What's worked for me:
echo -e \f |lpr
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
The bash prompt.
On 10/14/2013 01:02 PM Juan De Mola wrote:
Where did you put that code?
2013/10/12 ken gebser@mousecar.com
On 10/12/2013 12:24 PM Juan De Mola wrote:
Hi all.
On CentOS 4 I was able to set a text only printer and send raw data and form feed on the end. Now on CentOS 5/6 I only have the option to set it RAW or text only but not the previous mix.
How I can get it to work the same way? In most cases we use 5.x.
Thanks
What's worked for me:
echo -e \f |lpr
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos