Tag: unzip

  • Caution filename not matched when unzipping multiple files

    Fix for “caution: filename not matched” error when trying to unzip multiple files at once in Terminal. Solution for unzipping multiple zip files with a single command. Open up a Terminal window on OS X, go to the directory containing the zip files and enter this command: unzip *.zip The backslash escapes (prevents) the wildcard…