Introduction to Linux Unzip programs __linux

Source: Internet
Author: User

1. Introduction

The program unzip can extract the zip file.


2. Grammar

Usage:unzip [-z] [-opts[modifiers]] file[.zip] [list] [-X xlist] [-D Exdir]
The Default action is to extract the files in the list, except those in xlist and to Exdir;  File[.zip] may be a wildcard. -Z => zipinfo mode ("Unzip-z" for usage).

-P Extract files to pipe, no messages
-L Displays the files contained within the compressed file.
-F Update Existing Files
-T check that the compressed file is correct
-U update files, create if necessary
-Z Display archive comment
-x specifies which files in the. zip compressed file should not be processed
-d Specifies the directory to store after the file is uncompressed
Modifiers:
-Q Quiet mode (-QQ => quieter)
-N Never overwrite existing files
-a Auto-convert any text files
-O Overwrite files without prompting
-aa treat all files as text
-j junk paths (don't make directories)
-V be verbose/print version info
-C Match Filenames case-insensitively
-L make (some) names lowercase
-X Restore Uid/gid Info
-V retain VMS version numbers
-K Keep Setuid/setgid/tacky permissions
-M pipe through "more" pager


3, Example

1 Extract the war package to the specified directory

unzip-d Test Blog.war


Reference: Baidu Encyclopedia

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.