The unzip command is designed to extract files from a .zip archive. When you use a command like unzip archive.zip *.txt , you are asking unzip to look inside archive.zip and extract only files ending in .txt .

If you have a folder full of files like stage1.zip , stage2.zip , and stage_components.zip , running unzip *.zip will fail or behave unexpectedly.