Top "Unzip" questions

Unzipping is uncompressing ZIP archives, the opposite of zipping.

Cannot unzip the file located on remote centos machine using Ansible

- name: Unzip the Elasticsearch file unarchive: src=/root/elasticsearch-1.4.0.tar.gz dest=/tmp/ TASK [Unzip the Elasticsearch file] ******************************************* fatal: [54.173.94.235]: …

ansible unzip ansible-playbook
Preserve file permissions when unzipping and the zipping files using ant

I'm writing an ant build.xml file which does the following: Takes a zipped folder (.zip) Unzips it Adds a …

ant build-process zip unzip
How to download and unzip in Dockerfile

So, I have, it works, but I want to change the way to immediately download the file and unpack it: …

wordpress docker dockerfile wget unzip
nodejs download and unzip file from url, error No END header found

I am trying to download files from nseindia.com and unzip in memory. I am using nodejs webkit and adm-zip. …

node.js download unzip adm-zip
Unzip a bunch of zips into their own directories

I have a bunch of zip files I want to unzip in Linux into their own directory. For example: a1.…

linux unzip
What is a good way to test a file to see if its a zip file?

I am looking as a new file format specification and the specification says the file can be either xml based …

c++ file-io compression unzip
R exdir does not exist error

I'm trying to download and extract a zip file using R. Whenever I do so I get the error message …

r unzip rstudio
Fetching zipped text file and unzipping in client browsers, feasible in Javascript?

I am developing a web page containing Javascript. This js uses static string data (about 1-2 MB) which is stored …

javascript text-files unzip
Utility to unzip an entire archive to a directory in java

I'd like to do something like this in my program: File zipFile = .....; File destDir = ....; ImaginaryZipUtility.unzipAllTo(zipFile, destdir); I cannot …

java unzip
How can I use a single command to unzip every file in a directory, into a new unique directory with the same name as the file

I have a directory full of zip files. Each called something like 'files1.zip'. My instinct is to use a …

bash unzip