in reply to How to delet the actual readed line from a file?

I'd suggest a reverse approach - to another file, print the lines already successfully processed. Then you know where the processing stopped (and you can get the rest using diff).
  • Comment on Re: How to delet the actual readed line from a file?