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: split

Re: split

From: Lon Stowell <lstowell_at_triton.dnai.com>
Date: 8 Aug 1999 18:44:49 -0700
Message-ID: <7olbqh$2hd$1@triton.dnai.com>


In article <37AB560F.D397816C_at_mail.ford.com>, Slav Inger <vinger_at_mail.ford.com> wrote:
>NetComrade wrote:
>>
>> Hi,
>>
>> Let's say I used split to split the file for an Oracle Export. (over 2
>> Gig)
>>
>> How would I put the file together during import.
>>
>
>cat chunk1 chunk2 chunk3 > output_file

   You mispelled cat chunk1 > out.file

                  cat chunk[2-$] >> out.file Received on Sun Aug 08 1999 - 20:44:49 CDT

Original text of this message

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