file() works great, until you start looking at file that are very large,
say 134MB.
Is there any function that will return an array for each line of a file,
but only for lines given as parameters?
A function like file("/path/to/file",100,230) which would return lines 100
through 230 as an array.
--
[ Sugapablo ]
[ http://www.sugapablo.net <--personal | http://www.sugapablo.com <--music ]
[ http://www.2ra.org <--political | http://www.subuse.net <--discuss ]
say 134MB.
Is there any function that will return an array for each line of a file,
but only for lines given as parameters?
A function like file("/path/to/file",100,230) which would return lines 100
through 230 as an array.
--
[ Sugapablo ]
[ http://www.sugapablo.net <--personal | http://www.sugapablo.com <--music ]
[ http://www.2ra.org <--political | http://www.subuse.net <--discuss ]
Comment