ページの作成:「==関連コマンド== {| class="wikitable" summary="bzip2関連コマンド" !コマンド !概要 |- !bunzip2 |will correctly decompress a file which is the concatenati…」 |
|||
12行目: | 12行目: | ||
!bzip2recover | !bzip2recover | ||
|You can use bzip2recover to try to recover data from damaged files. | |You can use bzip2recover to try to recover data from damaged files. | ||
|- | |||
!bzdiff<br>bzcmp | |||
|compare bzip2 compressed files. Bzcmp and bzdiff are used to invoke the cmp or the diff program on bzip2 compressed files. | |||
|} | |} |
2023年1月1日 (日) 15:13時点における版
関連コマンド
コマンド | 概要 |
---|---|
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. |
bzdiff bzcmp |
compare bzip2 compressed files. Bzcmp and bzdiff are used to invoke the cmp or the diff program on bzip2 compressed files. |