Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
What Is "unzip" Command on Linux Systems
What Is "unzip" Command on Linux Systems?
✍: FYIcenter.com
"unzip" Command on Linux Systems allows you to
list and extract files from a ZIP file.
1. You can use "man unzip" to read its man page.
SYNOPSIS
unzip [-Z] [-cflptTuvz[abjnoqsCDKLMUVWX$/:^]] file[.zip]
[file(s) ...] [-x xfile(s) ...] [-d exdir]
DESCRIPTION
unzip will list, test, or extract files from a ZIP archive,
commonly found on MS-DOS systems. The default
behavior (with no options) is to extract into the current directory
(and subdirectories below it) all files
from the specified ZIP archive. A companion program, zip(1L),
creates ZIP archives; both programs are compati-
ble with archives created by PKWARE's PKZIP and PKUNZIP for MS-DOS,
but in many cases the program options or
default behaviors differ.
...
2. You can use "unzip orders.zip" to extract all files from the ZIP file, orders.zip.
3. You can use "-u" option to turn on the "update" mode, which only extracts files that do not exist in the destination directory or have newer dates.
4. You can use the "-l" option to get a list of all files in the ZIP file. For example, "unzip -l orders.zip" lists all files without extracting them.
⇒ WinZip - A Shareware ZIP File Tool
⇐ What Is "zip" Command on Linux Systems
2021-02-21, 1340🔥, 0💬
Popular Posts:
Should I edit my PowerPoint document online or offline? If you have Microsoft Office and OneDrive fo...
What are URL:sfb and URL:lync15 Protocols? URL:sfb and URL:lync15 protocols are special network prot...
Why I am getting the "FTP over TLS is not enabled, users cannot securely log in" waring on my FileZi...
How to create a new WeChat account without phone number? I want to use WeChat, but I don't have a ce...
How to download Mozilla Firefox 2.0? If you want to try Mozilla Firefox 2.0, you can follow this tut...