Top "Unzip" questions

Unzipping is uncompressing ZIP archives, the opposite of zipping.

How to check file size before opening?

How can I check the size of a file before I load it into R? For example: http://math.ucdenver.…

r download unzip filesize
Is it possible to unzip a compressed file with multiple threads?

I unzip using this : unzip -q "file.zip" -d path How can I unzip faster with utilizing multiple cores and …

bash unzip
I want to extract all .zip files in a given directory in temp using powershell

I wrote the following code for extracting the .zip files to temp: function Expand-ZIPFile($file, $destination) { $shell = new-object -com shell.…

powershell unzip
Unzipping file in phonegap using zip.js

am using PhoneGap Cordova 3.3.0 and latest version of zip.js. The script is able to get the list of files …

cordova unzip cordova-3
unzip strings in javascript

Anyone knows a simple JavaScript library implementing the UNZIP algorithm? No disk-file access, only zip and unzip a string of …

javascript google-maps zip kml unzip
How do you unzip very large files in python?

Using python 2.4 and the built-in ZipFile library, I cannot read very large zip files (greater than 1 or 2 GB) because it …

python compression zip unzip
How to extract zip file recursively in Python

I have a zip file which contains three zip files in it like this: zipfile.zip\ dirA.zip\ a dirB.…

python python-3.x zip unzip zipfile
Why do I get "unzip: short read" when I try to build an image from Dockerfile?

From Spring Microservices in Action book: I am trying to use the Docker Maven Plugin to build a docker image …

docker dockerfile unzip alpine docker-maven-plugin
German letters and encoding in C#

I have an unzipping function, and I am using System.Text.Encoding to make sure that the files that are …

c# unicode encoding unzip
Mac Terminal unzip zip64

I have Mac OS 10.9.5. I have downloaded a large zip file off of the internet that the owner changed to …

terminal zip unzip