My input file has a header & trailer line which must remain intact in the file, but I want to exclude these lines from my format test of the data in between. Is there a way to isolate an awk operation to a specific range of lines in an input file? Example input:
header line
a,b,c,d
a,b,c,d
a,b,c,d
trailer line
Thank you.
header line
a,b,c,d
a,b,c,d
a,b,c,d
trailer line
Thank you.