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

Summary of commands for linux to extract files

2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

Today, what the editor shares with you is a summary of linux unzipped file commands. I believe many people don't know much about it. In order to let you know more about linux unzipped file commands, I summarized the following contents for you. Let's look down together. I'm sure you'll get something.

Linux extract file command:

.tar

Unpack: tar xvf FileName.tar

Packaging: tar cvf FileName.tar DirName

(note: tar is packaging, not compression! )

.gz

Decompress 1:gunzip FileName.gz

Decompress 2:gzip-d FileName.gz

Compression: gzip FileName

.tar.gz and .tgz

Decompress: tar zxvf FileName.tar.gz

Compression: tar zcvf FileName.tar.gz DirName

.bz2

Decompress 1:bzip2-d FileName.bz2

Decompress 2:bunzip2 FileName.bz2

Compression: bzip2-z FileName

.tar.bz2

Decompress: tar jxvf FileName.tar.bz2

Compression: tar jcvf FileName.tar.bz2 DirName

.bz

Decompress 1:bzip2-d FileName.bz

Decompress 2:bunzip2 FileName.bz

Compression: unknown

.tar.bz

Decompress: tar jxvf FileName.tar.bz

Compression: unknown

.Z

Decompress: uncompress FileName.Z

Compression: compress FileName

.tar.Z

Decompress: tar Zxvf FileName.tar.Z

Compression: tar Zcvf FileName.tar.Z DirName

.zip

Decompress: unzip FileName.zip

Compression: zip FileName.zip DirName

.rar

Decompress: rar x FileName.rar

Compression: rar a FileName.rar DirName

.lha

Decompress: lha-e FileName.lha

Compression: lha-a FileName.lha FileName

On the linux decompression file command to share here, I hope that the above content can have a certain reference value, you can learn to apply. If you like this article, you might as well share it for more people to see.

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