Linux system how to use bunzip2 command

  

In Linux system bunzip2 is a decompression command, you can decompress the bz2 file by executing this Linux command. There is a certain amount of decompression software in the Microsoft system, but bunzip2 is just a command in the Linux system. This article will briefly explain how to use the Linux system bunzip2 command?

Function: Extract .bz2 file compression program.

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

Additional information: bunzip2 can decompress compressed files in .bz2 format. Bunzip2 is actually a symbolic link to bzip2, and bunzip2 has the same effect as bzip2 -d.

Parameters:

-f or --force When decompressing, if the output file has the same name as the existing file, the preset will not overwrite the existing file. To override, use this parameter.

-k or --keep After decompressing, the original compressed file will be deleted by default. To keep a compressed file, use this parameter.

-s or --small Reduces the amount of memory used during program execution.

-v or --verbose Displays detailed information when extracting files.

-l,--license, -V or --version Displays version information.

The above is the syntax and parameter description of the Linux system bunzip2 command. I hope everyone can learn to use the bunzip2 command.

Copyright © Windows knowledge All Rights Reserved