Easy Tutorial
❮ Linux Comm Rmt Linux Comm Su ❯

Linux bunzip2 Command

Linux Command Manual

The Linux bunzip2 command is a decompression program for .bz2 files.

bunzip2 can decompress files in the .bz2 format. bunzip2 is actually a symbolic link to bzip2, and running bunzip2 is equivalent to running bzip2 -d.

Syntax: bunzip2 [-fkLsvV][.bz2 compressed file]

Parameters:

Example

Decompress a .bz2 file

# bunzip2 -v temp.bz2 // Decompress the file and display detailed processing information

Linux Command Manual

❮ Linux Comm Rmt Linux Comm Su ❯