Message from discussion
read text from file, a chunk of more lines at a time
Received: by 10.68.30.34 with SMTP id p2mr10122653pbh.4.1320004207769;
Sun, 30 Oct 2011 12:50:07 -0700 (PDT)
Path: p6ni37207pbn.0!nntp.google.com!news1.google.com!postnews.google.com!4g2000yqu.googlegroups.com!not-for-mail
From: hans <schatzer.joh...@gmail.com>
Newsgroups: comp.lang.lisp
Subject: read text from file, a chunk of more lines at a time
Date: Sun, 30 Oct 2011 12:48:40 -0700 (PDT)
Organization: http://groups.google.com
Lines: 21
Message-ID: <1d724abb-34e3-449b-bd3d-d530313d20e4@4g2000yqu.googlegroups.com>
NNTP-Posting-Host: 79.44.106.228
Mime-Version: 1.0
X-Trace: posting.google.com 1320004207 12770 127.0.0.1 (30 Oct 2011 19:50:07 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sun, 30 Oct 2011 19:50:07 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: 4g2000yqu.googlegroups.com; posting-host=79.44.106.228; posting-account=Xq-S8goAAAA5m9KQmd-jw3LDz7QX3S8m
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16)
Gecko/20110929 Iceweasel/3.5.16 (like Firefox/3.5.16),gzip(gfe)
Content-Type: text/plain; charset=ISO-8859-1
How to read a file, one "record" (of more lines, with a consistent
record delimiter) at a time?
RECORD1
some
text
RECORD2
some
other
text
RECORD3
and
much
more
text
RECORD4
etc.
thanks