UnZIPing Multiple .ZIP files to the same directory

by MD0MDI
954 views
Apple Mac Logo

UnZIPing Multiple .ZIP files

Open the directory that the ZIP files have been downloaded to:

cd /Users/james/Downloads/folder_with_zips
Now type the following to extract the files to the same directory (backslash = SHIFT+ALT+7)
unzip \*.zip

To remove the unwanted zip files from the directory you need to type:

rm -f *.zip

Related Posts

Leave a Comment

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More

free counters

error: Content is protected !!