About 23,500,000 results
Open links in new tab
  1. Download a .zip file from the command line - Stack Overflow

    Feb 14, 2014 · Download a .zip file from the command line Asked 11 years, 8 months ago Modified 1 month ago Viewed 91k times

  2. NVM installation error on Windows. Cannot find the npm file

    Jan 8, 2025 · I was using NVM to insall node js. But when i try to install this specific version nvm install 14.17.3 it is not able to detect the npm file. the .zip file for npm is not found in the …

  3. For loop and zip in python - Stack Overflow

    Q1- I do not understand "for x, y in zip (Class_numbers, students_per_class)". Is it like a 2d for loop? why we need the zip? Can we have 2d loop with out zip function? Q2-I am not …

  4. c# - Create normal zip file programmatically - Stack Overflow

    Mar 16, 2010 · I have seen many tutorials on how to compress a single file in c#. But I need to be able to create a normal *.zip file out of more than just one file. Is there anything in .NET that …

  5. How can I list the files in a zip archive without decompressing it?

    Mar 20, 2013 · How can I get the equivalent of an ls of a .zip file (not gzip), without decompressing it, from the command shell? That is, how can I list the different files …

  6. How to create a zip archive of a directory? - Stack Overflow

    Dec 6, 2009 · 69 How can I create a zip archive of a directory structure in Python? In a Python script In Python 2.7+, shutil has a make_archive function.

  7. How to download source in ZIP format from GitHub? [duplicate]

    A ZIP file won't let you do that. It is mostly meant for people who want to develop the source rather than people who just want to get the source one off and not make changes.

  8. Create zip file and ignore directory structure - Stack Overflow

    Dec 5, 2019 · Unix zip directory but excluded specific subdirectories, how to exclude directories and file zipping a directory?, How to exclude a directory when zipping files, etc.

  9. linux - zip command not working - Stack Overflow

    The second and third because it's trying to use the file /usr/bin/zip.zip as the archive which is (fortunately) not writable by a normal user. Note: This is a really old question, but I didn't find …

  10. algorithm - How does one make a Zip bomb? - Stack Overflow

    Sep 22, 2009 · This question about zip bombs naturally led me to the Wikipedia page on the topic. The article mentions an example of a 45.1 kb zip file that decompresses to 1.3 exabytes. What …