I have a 5GB text file with data which I want to process one line at a
time. Is there any way to stream through the file one line at a time
without reading in the whole thing and splitting it into lines? I
could break the file into smaller file and
proc...@split_into_lines@open them, but I wonder if there is an easier
way?

Thanks,
Matthew.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to