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.
gz 形式に直接書き込むプログラムがあり、何百ものgzファイルを生成して実行していました。gzサーバーの再起動により停止しました。どのファイルが完了したかを確認する方法があるかどうかはわかりません。ファイルサイズがブロックサイズの倍数であることを確認することを考えていましたが、これが機能するかどうかはわかりません..
gz
圧縮ファイルの整合性をチェックするこのコマンドを試してください。ファイルに問題がある場合は、エラーが表示されます。
gunzip -t one.txt.gz + gunzip -t one.txt.gz gzip: one.txt.gz: unexpected end of file