Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Use the bunzip2 command of linux to extract the bz2 file

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the use of linux bunzip2 command bz2 file decompression program, the article is very detailed, has a certain reference value, interested friends must read it!

Bunzip2 can extract compressed files in .bz2 format. Bunzip2 is actually a symbolic link for bzip2, and executing bunzip2 has the same effect as bzip2-d.

Syntax format: bunzip2 [parameters]

Common parameters:

-f when unzipping, if the output file and the existing file name, the default will not overwrite the existing file. To overwrite, use this parameter-k to delete the original compressed file by default after unzipping. To keep the compressed file, use this parameter-s to reduce the amount of memory used when the program is executed-v when unzipping the file, display detailed information-L display version information

Reference example

Extract the .bz2 file:

[root@linuxcool ~] # bunzip2-v temp.bz2 above is all the contents of the bz2 file decompression program using linux's bunzip2 command, thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report