form suppression


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users form suppression
# 1  
Old 01-25-2006
Computer form suppression

i am printing from unix (sco 5.0.6) to a remote printer (okidata 320) using facetwin. it prints fine but i get a form feed at the end of print. i have tried using the "sf" flag in printcap but it continues to form. how do i suppress the form feed?

./butch test gives
total 4
drwxrwxrwx 2 main group 512 Oct 3 09:21 export
drwxrwxrwx 2 main group 512 Oct 3 09:21 import

and then forms to a new page.

butch = lp -c -s -o RAW -dfct_butch $1

fct_butch being the name of the printer.

is the placement of the "sf" flag in printcap critical?
any help would be appreciated.
thank you
b
# 2  
Old 01-26-2006
See if this link will help.
# 3  
Old 01-27-2006
Data

The link though helpful did not solve the problem. I am printing to "proprinter" as the designated printer, and have taken out all the possible form feeds that i can see. any other thoughts?
# 4  
Old 05-01-2006
Ok, how about this one
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Remove x lines form top and y lines form bottom using AWK?

How to remove x lines form top and y lines form bottom. This works, but like awk only cat file | head -n-y | awk 'NR>(x-1)' so remove last 3 lines and 5 firstcat file | head -n-3 | awk 'NR>4' (5 Replies)
Discussion started by: Jotne
5 Replies

2. Shell Programming and Scripting

Transpose Data form Different form

HI Guys, I have data in File A.txt RL03 RL03_A_1 RL03_B_1 RL03_C_1 RL03 -119.8 -119.5 -119.5 RL07 RL07_A_1 RL07_B_1 RL07_C_1 RL07 -119.3 -119.5 -119.5 RL15 RL15_A_1 RL15_C_1 RL15 -120.5 -119.4 RL16... (2 Replies)
Discussion started by: asavaliya
2 Replies

3. Shell Programming and Scripting

Strange suppression of output with bash and cygwin

Hi, although I am not expert in bash, so please forgive me if this is silly, I think that this is strange: I have this command: find . -type f -print0 |xargs -0 grep -i -e 'some rexp' and it works fine. But when I create a bash script (on cygwin) to run this command, there is no output !!!... (3 Replies)
Discussion started by: Niki999
3 Replies

4. Shell Programming and Scripting

new line suppression

Hi I wrote this, to write 0.0000e+00 whenver there is a 1 in a string string=$4 cnt=${#string} for ((k=0;k<cnt;k++)); do if ; then printf "0.0000e+00\t" ... (3 Replies)
Discussion started by: f_o_555
3 Replies

5. Web Development

Email Form

Hi everyone, I am glad to be part of this forum. My question is about setting up email on my website. I need to know how would I proceed in order to create a form so my visitors can register directly for email without me assigning them a password. In order words I need them to be able to... (2 Replies)
Discussion started by: jpotea9780
2 Replies

6. Cybersecurity

I need help with contact form

How can I change my email address from text into an image? Someone told me that this way it won't be picked up by spam bots and it will reduce spam. ---------- Post updated 09-27-09 at 12:57 AM ---------- Previous update was 09-26-09 at 10:53 AM ---------- ---------- Post updated at 12:58 AM... (0 Replies)
Discussion started by: iorgusu
0 Replies

7. UNIX for Dummies Questions & Answers

data form

I am user Of linux 9.0 Operating System and I had data form unix Operating system and I am not abel to open it in linux 9.0 Please tell me how can i use unix data in linux . (3 Replies)
Discussion started by: harsh_guru
3 Replies

8. UNIX for Advanced & Expert Users

ODBC connections from MSAccess suppression

Can anyone tell me if there is a way to stop MSAccess ODBC connections to an Oracle database on HPUX? Thanks. (2 Replies)
Discussion started by: rushton
2 Replies

9. UNIX for Advanced & Expert Users

Changing Unix form to Microsoft Word form to be able to email it to someone.

Please someone I need information on how to change a Unix form/document into a microsoft word document in order to be emailed to another company. Please help ASAP. Thankyou :confused: (8 Replies)
Discussion started by: Cheraunm
8 Replies
Login or Register to Ask a Question