I used used cat
to combine several files and they all have the same headers. Is there anyway I can retain the 1st
occurrence of the header and delete the succeeding headers inside the concatenated file?
Thanks!
Example:
FirstName, LastName, Phone, Zip
(data)
(data)
(data)
FirstName, LastName, Phone, Zip
(data)
(data)
(data)