Zip & Unzip
Zip is a command-line tool used for creating and manipulating compressed archive files in Unix, Linux, and other Unix-like operating systems.
Compress
Symbolic Links
We can store symbolic links in a zip file.
Decompress
List Files without Decompressings
To list files in a zip file without extracting, use -l
flag.
Unzip with Python
Also we can decompress an archived file using Python script.
Last updated