RE: remove first line

2002-04-09 Thread Ember Normand
MAIL PROTECTED]] Sent: Tuesday, April 09, 2002 11:33 AM To: '[EMAIL PROTECTED]' Subject: RE: remove first line > I need to process a file where each line contains data. Each > line can be of variable length. I need to avoid losing any data if the process > of the line failed

RE: remove first line

2002-04-09 Thread Aaron Trevena
> I need to process a file where each line contains data. Each > line can be of variable length. I need to avoid losing any data if the process > of the line failed. I was thinking if I could read and then remove the first line of > the file, I would not affect the rest of the file if I died mi

RE: remove first line

2002-04-09 Thread Ember Normand
I'm more worried about dying because the machine goes down. -Original Message- From: Tillman, James [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 11:01 AM To: 'Ember Normand'; '[EMAIL PROTECTED]' Subject: RE: remove first line > I need to pr

RE: remove first line

2002-04-09 Thread Tillman, James
> I need to process a file where each line contains data. Each > line can be of > variable length. I need to avoid losing any data if the > process of the line > failed. I was thinking if I could read and then remove the > first line of > the file, I would not affect the rest of the file if