splitting files with tar

2003-10-30 Thread A.Bahar
how can I splitt a file into many files with tar command. Rgds. Arslan -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: [EMAIL PROTECTED] INET: [EMAIL PROTECTED] Fat City Network Services-- 858-538-5051 http://www.fatcity.com San Diego, California

Re: splitting files with tar

2003-10-30 Thread Mladen Gogala
man split. On 10/30/2003 09:34:38 AM, [EMAIL PROTECTED] wrote: how can I splitt a file into many files with tar command. Rgds. Arslan -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: [EMAIL PROTECTED] INET: [EMAIL PROTECTED] Fat City Network

RE: splitting files with tar

2003-10-30 Thread Stephane Faroult
tar to stdout and pipe into 'split' eg tar cvf - mydir | split ... - --- Original Message --- - From: [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Sent: Thu, 30 Oct 2003 06:34:38 how can I splitt a file into many files with tar command.