"Linux" CentOS7 to unzip the zip need to install Uzip

Source: Internet
Author: User

1, install ZIP, unzip application

Yum Install zip unzip

2, compression and decompression files

The following commands are all operated under the/home directory
Cd/home #进入/home Directory
A. Compress the MyData directory below the/home directory to Mydata.zip
Zip-r Mydata.zip MyData #压缩mydata目录
B. Unzip the mydata.zip under the/home directory into the Mydatabak directory
Unzip mydata.zip-d Mydatabak
C, to the home/home directory under the ABC folder and 123.txt compression becomes abc123.zip
Zip-r abc123.zip ABC 123.txt
D. Extract the Wwwroot.zip from the/home directory directly into the/home directory
Unzip Wwwroot.zip
E. Abc12.zip, Abc23.zip and Abc34.zip under the/home directory are simultaneously extracted to the/home directory
Unzip Abc\*.zip
F. View the contents of the wwwroot.zip inside the/home directory
Unzip-v Wwwroot.zip
G, verify that the wwwroot.zip under the/home directory is complete
Unzip-t Wwwroot.zip
H. Unzip all the files inside the/home directory under Wwwroot.zip to the first level directory
Unzip-j Wwwroot.zip

"Linux" CentOS7 to unzip the zip need to install Uzip

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.