APLawrence - Information and Resources for Unix and Linux Systems, Bloggers and the self-employed
RSS Feeds Get APLawrence.com by RSS











(OLDER) <- More Stuff -> (NEWER) (NEWEST)
Home > News Posts > remove strip first formfeed form feed control l printer––>Re: Stripping off form feed at printer driver
Printer Friendly Version




News Group Posts

remove strip first formfeed form feed control l

printer



From: "Dean Northam" <4udean @ home.com>
Newsgroups: comp.unix.sco.misc
References: <F_jJ5.54801$N%1.28820704@news3.rdc1.on.home.com>
<39F5F3D8.7EBAB975@NOSPAM-howie.org.uk>
<39F60505.F3AB54E4@aplawrence.com> Subject: Re: Stripping off form feed at printer driver X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: <KULJ5.60991$N%1.32351602@news3.rdc1.on.home.com> Date: Thu, 26 Oct 2000 01:36:42 GMT Hello: Thank-you everyone for your help, I used Tony's cause it was the cleanest and easiest to setup. I was using "netcat" printer script so it was very straight forward and Works GREAT!












Thanks Again,
Dean

PS - Now can anyone recommend the easiest way to use the same QMS printer
(which automatically handles PCL or Postscript emulation) to merge text and
a form overlay together? I have two static forms I like to design and then
lay text over top of it (NOT fill-in the form but overlay the designed form
around the text print). I know that I need to use either PCL form and store
it in memory and then recall it (only problem is I'd have to send the form
everytime, cause I'd never know if it had been restarted) or use mpage,
psmerge or enscript and do it in postscript. I'd really like to see a real
work example if anyone has one.


"Tony Lawrence" <tony@aplawrence.com> wrote in message
news:39F60505.F3AB54E4@aplawrence.com...
> Richard Howlett wrote:
> >
> > Dean Northam wrote:
> > >
> > > Hi again:
> > >
> > > We have ALOT of legacy applications which send a form feed at the
begin of
> > > year print. This is fine on our line printers, but very annoying on
the
> > > laser printers. Can someone tell me how to tr, sed or gawk (i think
that is
> > > what you might use) to strip off the first form feed in the printer
driver
> > > (I think its on the first or second line of the spooled file)?
> >
> > # The following strips off the first formfeed
> > FIRSTLINE=/tmp/lp.fl.$$
> > RESTOFILE=/tmp/lp.rs.$$
> > OUTFILE=/tmp/lp.ou.$$
> > cat "$FILE" | head -1 | tr -d "\014" > $FIRSTLINE
> > cat "$FILE" | tail +2 > $RESTOFILE
> > cat $FIRSTLINE $RESTOFILE > $OUTFILE
> > rm -f $FIRSTLINE $RESTOFILE
>
>
> An awful lot of unnecessary work:
>
> just
>
> cat $file | sed '1,2s/^L//'
>
> (the ^L is a real ctrl-L, change 1,2 to just 1 if you know for
> sure it's in the first line).
>
> --
> Tony Lawrence (tony@aplawrence.com)
> SCO/Linux articles, help, book reviews, tests,
> job listings and more : 



If this page was useful to you, please click to help others find it:  

Your +1's can help friends, contacts, and others on the web find the best stuff when they search.

Comments?



Click here to add your comments



Don't miss responses! Subscribe to Comments by RSS or by Email

Click here to add your comments


If you want a picture to show with your comment, go get a Gravatar



Have you tried Searching this site?

Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates

This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.

Publishing your articles here

Jump to Comments



Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them. I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.

Specific links that take you to pages that allow you to purchase the item I reviewed are very likely to pay me a commission. Many of the books I review were given to me by the publishers specifically for the purpose of writing a review. These gifts and referral fees do not affect my opinions; I often give bad reviews anyway.

We use Google third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.

g_face.jpg

This post tagged:

       - SCO_OSR5




Unix/Linux Consultants

Skills Tests

Guest Post Here