English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux bzip2recover command

Linux Command大全

Linux bzip2The recover command is used to repair damaged .bz2file.

bzip2Files are compressed in blocks, each block is treated as an independent unit. Therefore, when a block is damaged, it can be used to repair the .bz2The recover command tries to separate the blocks in the file to decompress the normal blocks. It is usually only applicable to very large compressed files.

Syntax

bzip2recover [.bz2 Compressed File]

Online Example

Repair .bz2File

# bzip2recover col.bz2

Linux Command大全