Click to See Complete Forum and Search --> : linux equivilant of pkunzip *.zip


The Anti-Void
11-04-2001, 11:26 PM
I've got a directory that contains about a hundred or so zip files that i'm trying to uncompress. Issuing an "unzip *.zip" spews about a hundred or so "caution: filename not matched" followed by the file names. I've tried looking at the man pages, but my brain is fried today, so can anyone help me out by posting a equivlant to the ms-dos pkunzip *.zip ?

TheGimp
11-04-2001, 11:57 PM
unzip '*.zip'

:)

bigrigdriver
11-06-2001, 01:37 PM
If you are working in a Linux environment, check your utilities menu. See if you have Archiver installed (it's a kde utility). If not, open a terminal and enter "man gzip". If the man page opens, you have all you need to zip and unzip files.