RE: File Spliting and mergeing

2002-11-07 Thread Manoj
try gfslicer -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of RHSent: Thursday, November 07, 2002 3:31 PMTo: [EMAIL PROTECTED]Subject: File Spliting and mergeing Hello Please help mi with Spliting Files. for example I have 40 MB

Re: File Spliting and mergeing

2002-11-07 Thread Cheng-Jih Chen
To split things: man split e.g., split -b 1m inputfile outputfile_prefix To merge them: cat outputfile_prefix* > remerged_file - Original Message - From: "RH" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 5:01 AM Subject: File Spliting and mergeing H

Re: File Spliting and mergeing

2002-11-07 Thread Philip Wyett
On Thu, 2002-11-07 at 10:01, RH wrote: > Hello > Please help mi with Spliting Files. > for example I have 40 MB size file, and want to split it to 1 mb files, and then to >merge them. > > Thanks. Hi, Below describes teh use of 'split' and is taken from section 12.3 at: http://www-rohan.sdsu.e