The Computer Oracle

In Mac OS X, how can I unzip a zip file without unzipping its contents?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 2

--

Chapters
00:00 In Mac Os X, How Can I Unzip A Zip File Without Unzipping Its Contents?
00:26 Accepted Answer Score 23
01:06 Answer 2 Score 0
01:16 Thank you

--

Full question
https://superuser.com/questions/159260/i...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#macos #osxsnowleopard #zip

#avk47



ACCEPTED ANSWER

Score 23


Open the Archive Utility (/System/Library/CoreServices/Archive Utility), open its preferences (in the Archive Utility > Preferences menu), and uncheck the "Keep expanding if possible" option.

p.s. If you want to get at these prefs easily (e.g. if you want to be able to switch this setting on & off at whim), you can install the Archive Utility prefs into System Preferences by opening the Archive Utility package (right-click or control-click on the application, and select Show Package Contents), then navigate to Contents/Resources, and double-click Archives.prefPane to install it.




ANSWER 2

Score 0


IMHO the command line unzip tool should just unzip the specified file. It should not unpack double-zipped files.