unzip project.zip 'stage/*'
: Wrap your wildcard specification in single or double quotes so it passes directly to unzip file.zip stage/Components/*.jar unzip file.zip 'stage/Components/*.jar' Escape the wildcard
💡 If you are trying to unzip all files in the current folder, just use unzip filename.zip without any wildcards at the end. To help you get the exact command right, could you tell me: Are you on Windows (PowerShell), Mac, or Linux ? What is the exact command you typed? What do you see when you run unzip -l [your_file].zip ?