Re: First project done Thanks to your help :)) - Mailing list pgsql-php

From Bruno Wolff III
Subject Re: First project done Thanks to your help :))
Date
Msg-id 20030509023205.GA6302@wolff.to
Whole thread Raw
In response to First project done Thanks to your help :))  (<sam@casheze.biz>)
List pgsql-php
On Thu, May 08, 2003 at 20:27:25 -0600,
  sam@casheze.biz wrote:
> Now I want to take a 300meg file and break it up into smaller files I can
> read with text readers.
>
> I just can not find how to read one file - write it out to lets say 40 files
> I want to read by line for a given # of lines (I will have to just guess at
> this),
> then when I get to that # start writing to file 2 then to file 3 when I get
> to 2 * the # then 3 *.....
> figure there should be some way to set up an array (file0....file40),

The 'split' command might do what you want.


pgsql-php by date:

Previous
From:
Date:
Subject: First project done Thanks to your help :))
Next
From: Molly Gibson
Date:
Subject: formatting output: grouping results with identical fields