About 27,000 results
Open links in new tab
  1. unzip multiple files - Ask Ubuntu

    Dec 23, 2014 · 1 How to unzip multiple files at once ...using parallel operations (one CPU core per process, with as many processes as you have cores), into output directories with the same …

  2. Extract several zip files, each in a new folder with the same name, …

    Aug 31, 2014 · Related: How can I use a single command to unzip every file in a directory, into a new unique directory with the same name as the file

  3. multi core - unzipping multiple files at once - Ask Ubuntu

    Feb 27, 2017 · I have thousands of .zip files in one folder, I want to extract those using command or script, each .zip file to it own folder. I wish to run the unzip process multiple times. How can i …

  4. bash - Decompressing multiple files at once - Ask Ubuntu

    Mar 8, 2014 · 2 unzip \*.zip or unzip '*.zip' The obvious unzip *.zip doesn't work, because the shell expands it to unzip foo.zip bar.zip ... and unzip interprets the first filename as the zip file, and …

  5. How to extract files from a split 7zip archive? - Ask Ubuntu

    39 I downloaded a series of packages that all compress one thing. The files end in .0, .1, .2, etc. The User Lists of these packages I downloaded say to use the file.bat to successfully extract, …

  6. How do I gunzip all files recursively in a target directory?

    May 7, 2015 · 42 I'd like to know what is the command to use to gunzip all files in a target directory recursively? I tried to use the unzip command but it didn't work. I tried the command …

  7. command line - extract multiple files with password - Ask Ubuntu

    Nov 25, 2015 · I have about 200 files that i zipped long time a go in win. they are zipped with different extensions (zip, 7zip, rar,...) but the password to extract them is the same. How do I …

  8. how to extract a rar file with multiple parts? - Ask Ubuntu

    Jul 17, 2020 · Install unrar. sudo apt install unrar Extract the first part of the group of multiple .rar files with Archive Manager, and it will automatically extract all the other parts. You can also …

  9. how can I extract multiple gzip files in directory and subdirectories ...

    Nov 3, 2015 · how can I extract multiple gzip files in directory and subdirectories? Ask Question Asked 10 years, 1 month ago Modified 4 years, 10 months ago

  10. How do I unzip multiple files with multiple passwords in 7zipfull …

    Nov 6, 2019 · I'm kind of a beginner in Linux and I'm having a hard time. On Ubuntu 19.10, I made a small script for 7zip to unzip multiple files with password: FILES=/mnt/sdx for f in *.7z; do …