Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Unix : How to cut a file into pieces?

Re: Unix : How to cut a file into pieces?

From: Manivannan.M <manivannan.m_at_tatainfotech.com>
Date: Fri, 28 Jul 2000 19:18:42 +0530 (IST)
Message-Id: <10572.113236@fatcity.com>


Have you tried gzipping it. That'll be useful to some extent. =20

                                        Manivannan Muthukrishnan.

---------------------------------------------------------------------------=
--
    ADDRESS:                             E-MAIL:
    68/4, Site no:3,                     manivannan.m_at_tatainfotech.com
    80 Feet road,                       =20
    (opp) Deccan Studio,
    Indiranagar,                         PHONE:
    Bangalore - 560038.                  5284681  Ext: 464
---------------------------------------------------------------------------=
---=20

    =20

On Fri, 28 Jul 2000, Scott Shafer wrote:

> Be careful doing this as some *nix flavors of 'split' only support splitt=
ing
> text files - not binary.

>=20

> ----- Original Message -----
> To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com>
> Sent: Friday, July 28, 2000 2:45 AM
>=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
> >
> >
> >
> >
> >
> >
> >
> > To: Multiple recipients of list ORACLE-L
> <ORACLE-L_at_fatcity.com>@SMTP_at_AMG1
> > cc:
> >
> > use combinations of head and tail and re-direct the output
> >
> > head -10000 filename>filename2 puts 1st 10000 lines into
> filename2
> > tail +10001 filename|head -10000>filename3 puts next 10000 lines into
> > filename3
> >
> > etc....see man pages for more info
> >
> > 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_at_victoria.com.ni
> > >http://www.victoria.com.ni
> >
> > =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_at_ucdavis.edu
> > Office of the Registrar Phone: (530)752-7197
> > University of California Fax : (530)752-0329
> > Davis, Ca 95616
> >
> > --
> > Author: Ken Komoto
> > INET: kgkomoto_at_ucdavis.edu
> >
> > 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_at_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).
> >
> >
> >
> >
> >
> >
> > --
> > Author:
> > INET: Deepender_Gupta_at_escorts.co.in
> >
> > 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_at_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
> Author: Scott Shafer
> INET: scott.shafer_at_ildmail.com
>=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_at_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
Received on Fri Jul 28 2000 - 08:48:42 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US