Hi Alessandro, On Saturday, May 20, 2006, 9:14:59 AM, you wrote:
AM> My idea is opening a port, then go at the end of file, then go back of AM> X bytes (or lines), and read them. To be able to skip lines, /LINES would need to read the file anyway. I think the best way to do this is use /BINARY/SEEK, then TAIL works, and you can skip backwards (i.e. COPY SKIP TAIL FILE -1000 gives you the last 1000 bytes in the file). You need to process lines on your own though. Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> --- http://www.rebol.com/ Colella Chiara software division --- http://www.colellachiara.com/ -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
