Detailed explanation of decompression file command (zip) under centos7
Jan 07, 2024 pm 06:30 PM1. The compressed folder is a zip file
[root@cgls ]# zip -r mydata.zip mydata
2. Unzip mydata.zip into the mydatabak directory
[root@cgls ]# unzip mydata.zip -d mydatabak
3.mydata01 folder and mydata02.txt are compressed into mydata.zip
[root@cgls ]# zip mydata.zip mydata01 mydata02.txt
4. Decompress the mydata.zip file directly
[root@cgls ]# unzip mydata.zip
5. View the contents of the mydata.zip file
[root@cgls ]# unzip -v mydata.zip
The above is the detailed content of Detailed explanation of decompression file command (zip) under centos7. For more information, please follow other related articles on the PHP Chinese website!

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

CentOS7 various version image download addresses and version descriptions (including Everything version)

How to decompress files on Baidu Netdisk

Steps to enter CentOS 7 emergency repair mode

How to decompress files without Quark membership? Quark membership-free decompression file method

How to install Mysql in CentOS7 and set it to start automatically at boot

How to install mbstring extension under CENTOS7?

Best Guide to Compressing HTML Files to ZIP

How to access and clean junk files in /tmp directory in CentOS 7?
