About 322,000 results
Open links in new tab
  1. Create .zip folder from the command line - (Windows)

    Oct 20, 2010 · 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 …

  2. How do I split a .zip file into multiple segments? - Super User

    I have all the command line utils installed, and need to split an existing .zip (or) new file(s) into (50MB) .zip segments in Terminal. i.e. Folder X = 900MB > Create self extracting .zip archive >

  3. 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 …

  4. Zipping folders and their contents into a .zip file in Linux

    Nov 23, 2010 · How do I make a .zip file that contains every file AND every folder in the directory?

  5. WinSCP - How to Zip, Download and Delete a file? - Super User

    Apr 17, 2017 · Though, if you have a shell access to the server, you can use a shell command to ZIP the files. That's actually, what the Tar/GZip custom command does. If you want it in one …

  6. How to zip a big folder into small files limited to 20Mb?

    Mar 31, 2016 · I'm looking for way to zip a big folder into many 20Mb files. I don't want the zip file split into smaller ones. Instead I want to group some sub files/folders into groups which is …

  7. How to zip a list of files in Linux - Super User

    Nov 2, 2014 · 42 I have many files I need to zip into a single directory. I don't want to zip all the files in the directory, but only ones matching a certain query. I did grep abc file-* > out.txt to …

  8. Can you zip a file from the command prompt using ONLY

    Feb 20, 2010 · 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 …

  9. zip - 7zip - Create self-extracting Archive (sfx) with specified ...

    May 19, 2016 · This 7-Zip config setting InstallPath is just what I am looking for. At moment I have to create a batch file to copy files from temporary extraction folder to our application's run time …

  10. 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 …