in reply to Re: Removing the First Linein thread Removing the First Line
perl -lne"@A=split /,/; print join(q(,), @A[0 .. 3]) if 2 .. eof" temp +.txt [download]