bzip2

2023年1月1日 (日) 15:02時点におけるY (トーク | 投稿記録)による版 (ページの作成:「==関連コマンド== {| class="wikitable" summary="bzip2関連コマンド" !コマンド !概要 |- !bunzip2 |will correctly decompress a file which is the concatenati…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)

関連コマンド

コマンド 概要
bunzip2 will correctly decompress a file which is the concatenation of two or more compressed files. (bzip2 -d) also decompresses all specified files. Files which were not created by bzip2 will be detected and ignored, and a warning issued.
bzcat (or bzip2 -dc) decompresses all specified files to the standard output.
bzip2recover You can use bzip2recover to try to recover data from damaged files.