$ cd /tmp/var/apache2/cgi-bin $ /usr/bin/zip -D /tmp/var/apache2/htdocs/appspace/output/test1.zip /tmp/var/apache2/htdocs/appspace/output/*.[Mm][Ii][Ff] adding: tmp/var/apache2/htdocs/appspace/output/bar.mif (stored 0%) adding: tmp/var/apache2/htdocs/appspace/output/foo.mif (stored 0%) $ perl -e'system "/usr/bin/zip -D /tmp/var/apache2/htdocs/appspace/output/test2.zip /tmp/var/apache2/htdocs/appspace/output/*.[Mm][Ii][Ff]"' adding: tmp/var/apache2/htdocs/appspace/output/bar.mif (stored 0%) adding: tmp/var/apache2/htdocs/appspace/output/foo.mif (stored 0%) $ cd /tmp $ /usr/bin/zip -D /tmp/var/apache2/htdocs/appspace/output/test3.zip /tmp/var/apache2/htdocs/appspace/output/*.[Mm][Ii][Ff] adding: tmp/var/apache2/htdocs/appspace/output/bar.mif (stored 0%) adding: tmp/var/apache2/htdocs/appspace/output/foo.mif (stored 0%) $ perl -e'system "/usr/bin/zip -D /tmp/var/apache2/htdocs/appspace/output/test4.zip /tmp/var/apache2/htdocs/appspace/output/*.[Mm][Ii][Ff]"' adding: tmp/var/apache2/htdocs/appspace/output/bar.mif (stored 0%) adding: tmp/var/apache2/htdocs/appspace/output/foo.mif (stored 0%) $ cd /tmp/var/apache2/htdocs/appspace/output $ unzip -l test1.zip Archive: test1.zip Length Date Time Name -------- ---- ---- ---- 0 05-05-10 18:21 tmp/var/apache2/htdocs/appspace/output/bar.mif 0 05-05-10 18:21 tmp/var/apache2/htdocs/appspace/output/foo.mif -------- ------- 0 2 files $ unzip -l test2.zip Archive: test2.zip Length Date Time Name -------- ---- ---- ---- 0 05-05-10 18:21 tmp/var/apache2/htdocs/appspace/output/bar.mif 0 05-05-10 18:21 tmp/var/apache2/htdocs/appspace/output/foo.mif -------- ------- 0 2 files $ unzip -l test3.zip Archive: test3.zip Length Date Time Name -------- ---- ---- ---- 0 05-05-10 18:21 tmp/var/apache2/htdocs/appspace/output/bar.mif 0 05-05-10 18:21 tmp/var/apache2/htdocs/appspace/output/foo.mif -------- ------- 0 2 files $ unzip -l test4.zip Archive: test4.zip Length Date Time Name -------- ---- ---- ---- 0 05-05-10 18:21 tmp/var/apache2/htdocs/appspace/output/bar.mif 0 05-05-10 18:21 tmp/var/apache2/htdocs/appspace/output/foo.mif -------- ------- 0 2 files