Xref: alice comp.databases.oracle.server:60851
Path: alice!news-feed.fnsi.net!newsfeed.direct.ca!news-peer-west.sprintlink.net!news.sprintlink.net!kiowa!pushkin.conxion.com!ultra.sonic.net!nntp.dnai.com!not-for-mail
From: lstowell@triton.dnai.com (Lon Stowell)
Newsgroups: comp.unix.solaris,comp.databases.oracle.server
Subject: Re: split
Date: 8 Aug 1999 18:44:49 -0700
Organization: DNAI ( Direct Network Access )
Lines: 18
Message-ID: <7olbqh$2hd$1@triton.dnai.com>
References: <37ab2c28.19045004@news.earthlink.net> <37AB560F.D397816C@mail.ford.com>
Reply-To: lstowell@dnai.com

In article <37AB560F.D397816C@mail.ford.com>,
Slav Inger  <vinger@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


