$ ls
01.zip 02.zip 03.zip 04.zip 05.zip
$ unzip *
caution: filename not matched: 01.zip caution: filename not matched: 02.zip caution: filename not matched: 03.zip caution: filename not matched: 04.zip caution: filename not matched: 05.zip
$ ls
01.zip 02.zip 03.zip 04.zip 05.zip
$ unzip *
caution: filename not matched: 01.zip caution: filename not matched: 02.zip caution: filename not matched: 03.zip caution: filename not matched: 04.zip caution: filename not matched: 05.zip



