Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
既に gzip された 2 つのファイルを (gzip を使用して) 連結し、それらを gunzip できますか? 今日の時点で、gzip 圧縮されたファイルをリモート サーバーからダウンロードし、個別に gunzip してから cat してマージしています。gzip されたファイルをマージしてから gunzip することで、ここで物事を高速化しようとしています。
はい。gzip ストリームの連結も有効な gzip ストリームです。ガンジッピングの結果は、圧縮されていないデータの連結です。
あなたはそれを試してみたかもしれません。