Message-Id: <10584.114218@fatcity.com> From: "Cotham, Pam" Date: Wed, 9 Aug 2000 18:01:45 -0400 Subject: RE: Unix : How to cut a file into pieces? Why don't you compress it? Pamela A. Cotham Senior System Engineer/Oracle DBA EDS CA-XIX Senior Consultant 916.636.1964 pamcotham@eds.com > -----Original Message----- > From: Deepender_Gupta@escorts.co.in = [SMTP:Deepender_Gupta@escorts.co.in] > Sent: Friday, July 28, 2000 12:45 AM > To: Multiple recipients of list ORACLE-L > Subject: Re: Unix : How to cut a file into pieces? >=20 >=20 >=20 > Dear all, > can we split a dmp file by using the split command if the file size = is too > big to be used by ftp. > as it is taking too much time to get transfer from Unix server to NT > server. > Regds >=20 >=20 >=20 >=20 >=20 >=20 >=20 > To: Multiple recipients of list ORACLE-L > @SMTP@AMG1 > cc: >=20 > use combinations of head and tail and re-direct the output >=20 > head -10000 filename>filename2 puts 1st 10000 lines into > filename2 > tail +10001 filename|head -10000>filename3 puts next 10000 lines into > filename3 >=20 > etc....see man pages for more info >=20 > At 09:44 AM 7/27/00 -0800, Veronica Levin wrote: > >I was wondering if there is a way to cut a 63MB text file into small > pieces > >without opening it with vi. > > > >Ver=F3nica Levin Enr=EDquez > >Administrador AIX > >Compa=F1=EDa Cervecera de Nicaragua > >Tel=E9fono: 505-2493779 > >Fax: 505-2443979 > >Email: vlevin@victoria.com.ni > >http://www.victoria.com.ni >=20 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Kenneth Komoto Email: kgkomoto@ucdavis.edu > Office of the Registrar Phone: (530)752-7197 > University of California Fax : (530)752-0329 > Davis, Ca 95616 >=20 > -- > Author: Ken Komoto > INET: kgkomoto@ucdavis.edu >=20 > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 > San Diego, California -- Public Internet access / Mailing = Lists > -------------------------------------------------------------------- > To REMOVE yourself from this mailing list, send an E-Mail message > to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in > the message BODY, include a line containing: UNSUB ORACLE-L > (or the name of mailing list you want to be removed from). You may > also send the HELP command for other information (like subscribing). >=20 >=20 >=20 >=20 >=20 >=20 > --=20 > Author:=20 > INET: Deepender_Gupta@escorts.co.in >=20 > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 > San Diego, California -- Public Internet access / Mailing = Lists > -------------------------------------------------------------------- > To REMOVE yourself from this mailing list, send an E-Mail message > to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in > the message BODY, include a line containing: UNSUB ORACLE-L > (or the name of mailing list you want to be removed from). You may