Purpose:Uncompress bzip2 archives

 

Format:UNBZIP2 [/C /E /O /Q /V] bziparchive [path]

 

bzip2archiveThe .bz2 file to work with
pathThe path where files will be extracted

 

/C(ontents)/Q(uiet)
/E(xtract)/V(iew)

/O(verwrite)

 

Usage:

 

The UNBZIP2 command will uncompress archives that have been compressed using the bzip2 format.

 

Options:

 

/CDisplay (on standard output) the contents of a file in the bzip2 archive.        

 

/EExtract (default).

 

/OOverwrite existing files.

 

/QDon't display the filenames as they are extracted from the archive.

 

/VView the list of files in the zip file (date, time, and filename).