About 934,000 results
Open links in new tab
  1. How do I extract files from an MSI package? - Super User

    Feb 14, 2009 · We have some old patches that we want to get the files from but don't wish to spend the time installing them to a machine. Can anyone advise a way to extract files from an …

  2. How can I unzip a .tar.gz in one step (using 7-Zip)? - Super User

    I am using 7-Zip on Windows XP and whenever I download a .tar.gz file it takes me two steps to completely extract the file (s). I right-click on the example.tar.gz file and choose 7-Zip --> …

  3. windows - Extract a certain file from an archive with 7-Zip from the ...

    Mar 25, 2014 · If I have an archive, for example, some.zip that contains one or more files, how can I extract only one file (I know the name of the file) with 7-Zip from the command line in …

  4. linux - How to decompress a .bz2 file - Super User

    Oct 27, 2024 · I have a file called filename.bz2 that I need to decompress. I have tried the command tar xvjf filename.tar.bz2, but it didn't work as the file is not a tar file. How do I …

  5. How to extract a RAR file that is bigger than my free space

    Dec 14, 2024 · Then delete the RAR file, and move all the extracted pieces back to the same location to reconstruct the content of the RAR file. The second method is prone to making …

  6. download - Extract selected files from large zip file with limited ...

    Dec 28, 2018 · 5 I need to download a large zip file (200 GB), unzip it (not sure how large it will become, but assume < 1 TB), and extract a few files from it (likely < 1 GB). My hard drive can't …

  7. archiving - How do I reassemble a zip file that has been emailed in ...

    My first file was 001 and I extracted that like I normally do with 7zip as well (for example.zip "extract to example/") - this extracted all files into the ["example/"] directory. This is not a new …

  8. Extract folder content from 7z archive to specific folder

    Oct 14, 2018 · Yes. Use the e option instead of x: 7za e -y archive.7z -o/path/to/target_dir my_dir (x is Extract with full paths) e (Extract) command Extracts files from an archive to the current …

  9. Easiest way to extract the contents of many folders at once?

    Dec 25, 2012 · In Windows 7, I have a directory of folders which each contain files as their contents. Is there any way to extract all of the contents of each the folders to a separate …

  10. Extract specific files in a tar archive using a wildcard

    I'm trying to create a script to extract only jpeg pictures from an archive containing many kind of files. To do so, I tried to use: tar -xf MyTar.tar *.jpg but it failed (*.jpg not found) and