in reply to Removing the first record in a file containing fixed records

When reading the file in a loop just use '$. > 1;' the above statement will ignore the first line of the file ($. is line number)
  • Comment on Re: Removing the first record in a file containing fixed records