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

Home -> Community -> Usenet -> c.d.o.server -> Re: data transformation

Re: data transformation

From: Stephan Rose <kermos.remove.no.spam_at_no.somrek.spam.net>
Date: Wed, 14 Feb 2007 16:08:21 +0100
Message-ID: <1e96t2dk48fu1r5l7350prjnv2ecv75l2m@4ax.com>

>> Or (POSIX shell):
>>
>> file=$( tr -d '\012' < ~/txt )
>> set -f
>> IFS=\;
>> printf "%s;" $file
>>

Now that gives me the creeps =)

I think I'll stick to Japanese before trying to figure out the syntax of *that* language =P Received on Wed Feb 14 2007 - 09:08:21 CST

Original text of this message

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