About 364,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 don't know h...

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

    I was able to extract my data from the split .zip files (created with Zip 3.0 on the Mac OS X 10.11 command line) using 7-Zip running on Windows in a virtual machine.

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

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

  5. 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 20Mb when …

  6. 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-go (zip-and …

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

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

    Nov 2, 2014 · grep abc file-* > out.txt to make a file with all the instances of "abc" in each file. I need the files themselves. How can I tell bash to zip only those files?

  9. How can I create a batch job (.bat) that zip a folder?

    Mar 5, 2014 · My intention is to backup all the doc files in MyDocs folder (including subfolders) and put them in a dated zip file. Afterwards I will move this file with robocopy to my server, but at the moment …

  10. macos - Compress files from OS X terminal? - Super User

    Nov 13, 2012 · 63 with considering the above answers, If you want to compress a directory or folder with the zip command: zip -r directory.zip directory Explanation: zip command for zipping directory.zip is …