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 lha command of linux to compress or extract files

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

Share

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

Editor to share with you the use of linux's lha command to compress or extract files. I hope you will gain a lot after reading this article. Let's discuss it together.

Lha is a compression program evolved from lharc, after which files are compressed to produce additional compressed files with the ".lzh" extension.

Syntax format: lha [parameters] [file]

Common parameters:

-a compressed file and added to the compressed file-c compressed file, reconstructed the new compressed file, and then added-d delete the specified file from the compressed file-x unzip the compressed file-t check whether each file in the backup file is correct

Reference example

Compress the a.b file, and generate the abc.lhz file after compression:

[root@linuxcool] # lha-an abc.lhz a.b

Compressed directory:

[root@linuxcool] # lha-an abc2 / home/linuxcool

Extract the file to the current directory:

[root@linuxcool ~] # lha-xiw=agis abc

List information about the compressed file:

[root@linuxcool ~] # lha-l abc.lhz

Check that each file in the backup file is correct:

[root@linuxcool] # lha-t abc.lhz has finished reading this article, I believe you have some understanding of using linux's lha command to compress or decompress files, want to know more about it, welcome to follow the industry information channel, thank you for reading!

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