Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Help!! How to remove new line Character from spooled output??

Re: Help!! How to remove new line Character from spooled output??

From: andrew_webby at hotmail <spam_at_no.thanks.com>
Date: Thu, 14 Dec 2000 15:17:37 -0000
Message-ID: <976807094.13287.0.nnrp-02.c30bdde2@news.demon.co.uk>

Use SED to munge the file afterwards?

"Head_Cheese_mmmm" <head_cheese_mmmm_at_my-deja.com> wrote in message news:915gq7$h1p$1_at_nnrp1.deja.com...
> Mark,
> Thanks for the input, I was hoping to avoid that....
>
> > >
> > Under UNIX the spool file is a text file. All text file lines end in
 a
> > Newline character! It is my understanding that the newline is
> > required. Under DOS each line of a text file ends in a newline,
> > carriage return. I think what you need to do is change the processing
> > program to handle the newline, such as using gets to read the input
> > line in C.
> >
> > --
> > Mark D. Powell -- The only advice that counts is the advice that
> > you follow so follow your own advice --
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
> >
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Thu Dec 14 2000 - 09:17:37 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US