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

How Linux uses commands to compress and extract to a specified directory

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This article is about how Linux uses commands that compress and extract to a specified directory. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Command format: tar-zxvf [archive file name .tar.gz]-C [path] /

Note: extract the .tar.gz format to the specified directory

For example: tar-zxvf japan.tar.gz-C / tmp/

Command format: tar-jxvf [archive file name .tar.bz2]-C [path] /

Note: extract the .tar.bz2 format to the specified directory

For example: tar-zxvf japan.tar.bz2-C / tmp/

3. Compress the .tar.gz format to the specified directory

Command format: tar-zcvf [directory] / [archive file name .tar.gz] [source file]

For example: tar-zcvf / tmp/test.tar.gz japan/

Note: compress multiple files at a time and open them directly after the source file with a space.

4. Compress the .tar.bz2 format to the specified directory

Command format: tar-jcvf [directory] / [archive file name .tar.gz] [source file]

For example: tar-jcvf / tmp/test.tar.bz2 japan/

Note: compress multiple files at a time and open them directly after the source file with a space.

Note:

Every option and the direct space of the command must be typed, Linux is strictly case-sensitive, and pay attention to the case when typing.

Thank you for reading! On "Linux how to use the command to compress and extract to a specified directory" this article is shared here, I hope the above content can be of some help to you, so that you can learn more knowledge, if you think the article is good, you can share it out for more people to see it!

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

Wechat

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

12
Report