file reading by record separator (not line by line)
- From: Lee Sander <lesande@xxxxxxxxx>
- Date: 31 May 2007 05:26:14 -0700
Dear all,
I would like to read a really huge file that looks like this:
name1....line_11
line_12
line_13
....
name2 ...line_21
line_22
....
etc
where line_ij is just a free form text on that line.
how can i read file so that every time i do a "read()" i get exactly
one record
up to the next ">"
many thanks
Lee
.
- Follow-Ups:
- Re: file reading by record separator (not line by line)
- From: Marc 'BlackJack' Rintsch
- Re: file reading by record separator (not line by line)
- From: Lee Sander
- Re: file reading by record separator (not line by line)
- Prev by Date: Re: Is PEP-8 a Code or More of a Guideline?
- Next by Date: Re: Is PEP-8 a Code or More of a Guideline?
- Previous by thread: Re: ImageMagick Issue
- Next by thread: Re: file reading by record separator (not line by line)
- Index(es):