Re: SOS --- SQL question

From: Edwin Sosa <esosa_at_guate.net>
Date: 1995/12/08
Message-ID: <4a819t$658_at_despina.neptune.com>#1/1


I've done this before, and what I do is to leave the file as SQLPLUS generated it and after that I do the following:

    cat OriginalFileName | sed '1,$s/ *$//g' > NewFileName

So, taking advantage of the UNIX utilities I trim the trailing BLANKS in a easy step.

Hope this helps! Received on Fri Dec 08 1995 - 00:00:00 CET

Original text of this message