仕様 RFC 1952 にも書いてあるよ A gzip file consists of a series of "members" (compressed data sets). The format of each member is specified in the following section. The members simply appear one after another in the file, with no additional information before, between, or after them. gzip ファイルのフォーマットは単に member の連続でしかないとのこと。 なら member の連続どうしの gzip ファイルを 2 つ以上つなげても同じだよね。 実際にやってみよう $ echo hello | gzip -c > he