Concatenate multiple zipped files, skipping header lines in all but the first file
I have a collection of gzipped files that I want to combine into a single file. They each have identical format. I want to keep the header information from only the first file and skip it in the …