I exported results from a Google BigQuery query into Cloud Storage as a gzipped csv. Since the result is around 28GB it appears as multiple files (of 53MB) in the Cloud Storage. I could download them to my local machine using gsutil. How can I merge all these into one file like result.csv.gz in linux?