Problem : Is there anyway to unzip to stdout in linux by alphabetical order? I am unzipping to a fifo […]
Tag: zip
Unzipping file whilst getting correct permissions?
Problem : I unzipped a file on my server using: unzip filename However this seems to have caused all the […]
Repack 7z files to zip files in linux
Problem : I have a directory with a lot of .7z files, I need to repack each of them as […]
Unzipping a document on a certain date and it appearing on the installation folder with another date
QUESTION : Windows 10 user here. I don’t know how WinZip or other unzipping programs work, but when I unzip a […]
TAR or ZIP current directory excluding the generated file
Problem : I am trying to zip or tar all the files and subdirectories in current directory and save it […]
Howto unzip “.xz” file with 7z and lzma
Problem : I tried to uncompressed a “*.xz” file with both 7z and lzma. But they gave me such message: […]
ZIP64 on 32bit Windows
QUESTION : We want to include a ZIP64 functionality to our application, for which we use the DotNetZip library. Do […]
extract file from zip that is inside another zip
Problem : I have a file structure as so: archive.zip contains: directory archive which contains: zip_1.zip contains: file.txt zip_2.zip zip_3.zip […]
Linux: zip greater than 4Gb
Problem : I’m getting an error when I try and zip a large file on Linux because it is too […]
How to get zip extension working in PHP in MacOS 10.15.1?
QUESTION : I’ve cobbled the following procedure together from a couple of different questions here, and on the Apple support […]