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

An alternate way, much like already suggested, is to read the file in as an array then use shift to pull the first line off the array and output the rest to the same or a new filename.
  • Comment on Re: How to delet the actual readed line from a file?