what do I need?

trev.saunders at gmail.com trev.saunders at gmail.com
Fri Mar 5 19:45:58 UTC 2010


Hi,

unzip *.zip should work to unzip all zip files.  If for some reason it doesn't you could try something like

for file in 	`ls *.zip`
do
unzip $file
done

Trev




More information about the Blinux-list mailing list