Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I would like to have the required columns of the first two lines in a file and the next two in a separate file and so on for the rest(max 24).10234,1,34234,342,453,34535,3453,3464 12123,1,23432,4353,44645,45654,45645,657 2123345,2,35435,3453,454,56567,56756,567567 3234353,2,34534,4564,567567,56757,56575,24234 33453,3,45464,4564564,45645,645645,54564,56456
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: to divide/split a file to small files.
by jethro (Monsignor) on Mar 07, 2011 at 17:47 UTC | |
|
Re: to divide/split a file to small files.
by toolic (Bishop) on Mar 07, 2011 at 18:31 UTC | |
|
Re: to divide/split a file to small files.
by Corion (Patriarch) on Mar 07, 2011 at 17:58 UTC | |
|
Re: to divide/split a file to small files.
by locked_user sundialsvc4 (Abbot) on Mar 09, 2011 at 14:30 UTC | |
|
Re: to divide/split a file to small files.
by jellisii2 (Hermit) on Mar 11, 2011 at 13:38 UTC |