Global web icon
superuser.com
https://superuser.com/questions/201371/create-zip-…
Create .zip folder from the command line - (Windows)
Is it possible to create a .zip file from a folder in the command line, I don't want to use any third party executable. I was thinking something like 'send to compressed folder' but I don't know h...
Global web icon
superuser.com
https://superuser.com/questions/214390/zipping-fol…
Zipping folders and their contents into a .zip file in Linux
How do I make a .zip file that contains every file AND every folder in the directory?
Global web icon
superuser.com
https://superuser.com/questions/110991/can-you-zip…
Can you zip a file from the command prompt using ONLY ... - Super User
142 I have a batch file that outputs a text file. I want to zip it too. This will be used in an uncontrolled environment, so I can't make assumptions about the presence of third-party software products such as 7-Zip. This needs to use Windows' now-built-in capability to zip files.
Global web icon
superuser.com
https://superuser.com/questions/5155/how-to-create…
How to create a zip file compatible with Windows under Linux
I compressed the same data using Windows built-in zip mecanism, and from a Linux point of view, I cannot see any difference in the file type: $ file madeinlinux.zip : Zip archive data, at least v2.0 to extract $ file madeinwindows.zip : Zip archive data, at least v2.0 to extract They're must be something specific to a Windows compatible zip file.
Global web icon
superuser.com
https://superuser.com/questions/1809289/absolute-f…
absolute fastest way to zip (not compress) larger files in 7zip?
I need to know the absolute fastest way to zip (not compress) larger files in 7-Zip. By large files I mean 1Tb or so, this will be done often (multiple times per day).
Global web icon
superuser.com
https://superuser.com/questions/94421/how-to-make-…
How to make 7-zip do a whole bunch of folders - Super User
7-zip has an option to UNZIP every file into its own folder (*/), but lacks the context commands to do the opposite action you are looking for. That said, I remember doing this exact thing using winrar in the past.
Global web icon
superuser.com
https://superuser.com/questions/311937/how-do-i-cr…
archiving - How do I create separate zip files for each selected file ...
This is the internal zip packer from Total Commander: However I want to use my 7zip packer. When I select 5 files, I get 5 separate .zip archives for each selected file. How do I do that in 7zip?
Global web icon
superuser.com
https://superuser.com/questions/411394/zip-files-w…
Zip files without compression - Super User
Using the zip command, you can supply a specific list of extensions to store without compression. That way you don't waste time (re-)compressing your media files, but you still get the benefits of compression for raw files in the same archive.
Global web icon
superuser.com
https://superuser.com/questions/697781/why-does-zi…
Why does zipping a zipped file not reduce its size? - Super User
Based on the idea that a zipped file is a new binary file, why can't I reduce a Zip's size by zipping it again and again – up to a very small resulting file?
Global web icon
superuser.com
https://superuser.com/questions/317250/how-can-i-c…
How can I create a .zip file for each folder within another folder?
It will not delete old zip files or the source folders. Zip is smart enough to detect existing zip files and update them when run again. However, if you delete a file in the source folders it will not be deleted in the zip files. You might circumvent this behaviour by deleting existing files beforehand.