Remove single line from file

 

Hi

How can I remove a single line from my data-file? The data looks like this

01;10;2007;13;00
01;10;2007;13;00
01;10;2007;13;00
01;10;2007;13;00
01;10;2007;13;00
01;10;2007;13;00
01;10;2007;13;00
01;10;2007;13;00

I need only the top line of the file. After I read the first line I want to delete it. Can someone help me please?

Thanks. Regards Karl

 

"How can I remove a single line from my data-file?"

By re-writing the entire file without rewriting the line that you don't want.

 
thanks. that was my last thought as well. so I tried it and it seems to work when I use only one line. when I use one line for each date I get problems. so I put all the data in one line and it should work well.
Reason: