From oracle-l-bounce@freelists.org  Fri Sep 10 09:21:47 2004
Return-Path: <oracle-l-bounce@freelists.org>
Received: from air189.startdedicated.com (root@localhost)
 by orafaq.com (8.11.6/8.11.6) with ESMTP id i8AELlZ10183
 for <oracle-l@orafaq.com>; Fri, 10 Sep 2004 09:21:47 -0500
X-ClientAddr: 206.53.239.180
Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180])
 by air189.startdedicated.com (8.11.6/8.11.6) with ESMTP id i8AELlI10178
 for <oracle-l@orafaq.com>; Fri, 10 Sep 2004 09:21:47 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP
 id C890772C827; Fri, 10 Sep 2004 09:27:41 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 31970-20; Fri, 10 Sep 2004 09:27:41 -0500 (EST)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP
 id 362B572C81D; Fri, 10 Sep 2004 09:27:41 -0500 (EST)
Message-ID: <20040910142614.66717.qmail@web50001.mail.yahoo.com>
Date: Fri, 10 Sep 2004 07:26:14 -0700 (PDT)
From: Manjula Krishnan <oradba_la@yahoo.com>
Subject: Splitting Files (AIX 5.2)
To: oracle-l@freelists.org
MIME-Version: 1.0
Content-type: text/plain
Content-Transfer-Encoding: 8bit
X-archive-position: 9372
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-To: oracle-l-bounce@freelists.org
X-original-sender: oradba_la@yahoo.com
Precedence: normal
Reply-To: oradba_la@yahoo.com
X-list: oracle-l
X-Virus-Scanned: by amavisd-new at freelists.org

I am trying to split some text files. I know I can use split command.
 
Here's what I have done:
 
split -l 66 -a 4 93_11_w2.prt 93_11_w2_
 
What this will do is split the original file (93_11_w2.prt) into 66 line chunks and each chunk will be named 93_11_w2_aaaa, 93_11_w2_aaab, 93_11_w2_aaac....
 
Is there any way I can make this split the files and name them:
 
93_11_w2_0001, 93_11_w2_0002, 93_11_w2_0003, ....
 
Thanks,
 
Manjula
		
---------------------------------
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!

--
To unsubscribe - mailto:oracle-l-request@freelists.org&subject=unsubscribe 
To search the archives - http://www.freelists.org/archives/oracle-l/

