﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
136	unzip 6.0	herwigb		"Wildcards for archives to unpack do not work properly.

Having the following list of archives in a given directory:
{{{
 9.12.16  9.40        267.718      0 a---  DataBox09122016.zip
11.10.16  7.48        681.267      0 a---  DataBox11102016.zip
12.10.16  8.25        261.917      0 a---  DataBox12102016.zip
18.10.16  9.56      1.000.616      0 a---  DataBox18102016.zip
19.01.17  8.55        100.262      0 a---  DataBox19012017(1).zip
19.01.17  8.54        662.531      0 a---  DataBox19012017.zip
21.11.16  9.47      1.312.892      0 a---  DataBox21112016.zip
28.10.16 10.50        787.323      0 a---  DataBox28102016 (2).zip
28.10.16  8.59        152.756      0 a---  DataBox28102016.zip
         9 Datei(en)   5.227.282 Byte belegt
                      67.108.864 Byte frei
}}}

Entering the following command 
{{{
unzip DataBox*
}}}
results in
{{{
Archive:  DataBox09122016.zip
caution: filename not matched:  DataBox11102016.zip
caution: filename not matched:  DataBox12102016.zip
caution: filename not matched:  DataBox18102016.zip
caution: filename not matched:  DataBox19012017(1).zip
caution: filename not matched:  DataBox19012017.zip
caution: filename not matched:  DataBox21112016.zip
caution: filename not matched:  DataBox28102016 (2).zip
caution: filename not matched:  DataBox28102016.zip
}}}

unzip 5.1 handles this command nicely and unpacks all files from all archives. The archives are valid zip files. Not a single file is unpacked with unzip 6.0"	defect	closed	major		*none		medium	fixed	unzip wildcards	
