4

How To Unzip Files On A Mac

 1 year ago
source link: https://www.slashgear.com/1267057/how-to-unzip-files-mac/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

How To Unzip Files On A Mac

woman with macbook pro
Farknot Architect/Shutterstock
By Jam Kotenko/April 28, 2023 5:00 am EST

Computer files come in all formats and sizes, and if you have to send someone several items at once, the easiest way to do that is with an archive file. An archive file is simply a compressed batch of data — things like high-resolution photos and videos, large documents, and other content — that you can conveniently store on your own computer or send to someone via a portable storage device or over the web. One of the most widely used and shared archive file formats is zip, which can easily be viewed on most devices, such as the Mac computer.

00:00/04:04

If you receive a zip file — you can tell it is one if it has the zip file extension — on your Mac and would like to access its contents, you will need to extract them by unzipping the file on your machine. Once a zipped file is unzipped, all the stored files will be accessible in their original file formats and sizes. Unlike with some other compressed formats, macOS has a built-in utility that can uncompress .zip files.

How to extract contents from a single zip file on Mac

MacBook woman typing
SlashGear

Unzipping a file on a Mac computer is a super easy task to accomplish. Depending on what type of archive file you want to expand, you should be able to do it without using a third-party application. Zip files can be unzipped on a Mac by doing this:

  1. Navigate to the Mac folder where the zip file is located.
  2. Double-click on the zipped file.

That's it! Doing this should automatically decompress the zip file and its contents should show up in the same Mac folder as the original zip file. If the zip file only has one item inside of it, it will be decompressed into a similarly named file. If the sender placed several files into a folder, you can double-click on the extracted folder to view the contents.

In the off chance that double-clicking the zip file doesn't work, another way to unzip files on a Mac is to right-click — or hold the Control button on your Mac keyboard and then click — on the zip file, choose Open With, and pick Archive Utility. This is macOS' default archive file handler, which you can also use to compress files in the zip format.

How to decompress multiple zip files in one go

Unzip multiple files macOS
SlashGear

If you have several zip files you'd like to expand, you can also use Archive Utility to extract them simultaneously. One way of doing it is by highlighting all the files you want to open, right-clicking on the selection, and choosing Archive Utility. Another method is by directly launching the Archive Utility app. First, make sure all your zip files are saved in the same folder (for convenience), and then:

  1. Launch a Spotlight search and look up "Archive Utility." Doing this won't open a visible window onscreen, but should produce the app's menu bar at the top of your screen.
  2. Select File, then go to Expand Archive.
  3. Find the folder containing all your zip files and highlight the ones you'd like to open within the Finder window.
  4. Tap Expand.

Alternatively, you can also batch-select the zip files you'd like to open using Finder and drag-and-drop them onto Archive Utility's dock menu icon — it's the green folder with the zipper on it — to extract them all at once.

How to make changes to Archive Utility's zip file expansion settings

MacOS Archive Utility screenshot
SlashGear

While you have the Archive Utility app open, you can review its default preferences for extracting zip files and make modifications if you want:

  1. Choose Archive Utility from the menu bar at the top of the screen.
  2. Go to Settings.
  3. Here, you'll have several preferences you can fiddle with:
  • "Save expanded files:" By default, it is set to get saved into the same directory as the archive file, but you can change it into a different folder destination on your Mac
  • "After expanding:" It normally leaves the archive file where it is, but you can program the utility to move the zip file to trash, delete the archive, or move it to a different file folder when the extraction is complete.
  • "Reveal expanded items in Finder:" Leaving this checkbox marked will show you where the extracted files are saved
  • "Keep expanding if possible:" Keep this checkbox marked too if you want the utility to continue extracting files from a zip file within your original zip file.

Below these options, there are additional settings available for creating archive files.

How to unzip other archive file formats

unzip one app screenshot
SlashGear

There are other archive file types out there — zip files just happen to be the most popular option. Unfortunately, as of this writing, macOS' Archive Utility only supports the expansion of zip files. If you run into archive files that do not end in the common zip extension format, you will need to download and install a third-party archive utility app on your Mac computer. Some to consider include Unzip One, Keka, and The Unarchiver. Not only can they unzip and extract the contents of zip files, but they can also open other common formats like rar, 7z, gzip, bzip2, ISO, tar, and others.

Most of these third-party apps work similarly to macOS' Archive Utility. Once you pick one to install on your machine, it will show up as a quick action option when you right-click on the archive file. Picking the third-party app from the right-click menu list will launch a similar extraction window if not open a new window specific to the program, where you can see the progress and length of time it will take before the file is completely unzipped.


Recommend

  • 4
    • www.lujun9972.win 3 years ago
    • Cache

    unzip常用方法

    unzip常用方法 解压zip文件到当前目录 unzip ${zip_file} zip文件不包含linux所有者权限信息,因此所有解压出来的内容其所有者都归执行命令的用户所有 默认...

  • 10
    • www.geeksforgeeks.org 3 years ago
    • Cache

    How to Install Zip and Unzip in Linux?

    How to Install Zip and Unzip in Linux? Related Articles Improve Article How to Install Zip and Unzip in Linux?Difficulty Level :

  • 54

    How to zip and unzip files from Terminal in Linux   401 views   2 months ago Ubuntu Zip is the most common fe...

  • 4
    • linuxsuren.github.io 2 years ago
    • Cache

    Unzip

    Unzip Unzip unzip git.zip 列出压缩包中的文件 unzip -l git.zip 输入压缩包中的文件内容 我们可以把 zip 压缩包中的文件内容解压后读取,...

  • 11
    • code.tutsplus.com 2 years ago
    • Cache

    How to Zip and Unzip Files in PHP

    How to Zip and Unzip Files in PHP Monty Shokeen Oct 19, 2018 ...

  • 8
    • www.laravelcode.com 2 years ago
    • Cache

    How to unzip a file in PHP

    How to unzip a file in PHP   518 views   8 months ago PHP If you are working in a project which contains lots of file, then...

  • 4

    unzip命令 精选 原创 哭泣的馒头 2022-10-28 15:30:26...

  • 11
    • www.myfreax.com 1 year ago
    • Cache

    Linux unzip命令解压zip文件

    unzip Linux unzip命令解压zip文件 ZIP是最广泛使用的存档文件格式,支持无损数据压缩 ...

  • 7
    • www.myfreax.com 1 year ago
    • Cache

    Linux unzip 命令指定解压目录

    unzip Linux unzip 命令指定解压目录 我们将说明如何在Linux使用unzip 命令指定解压目录 ...

  • 5
    • www.geeksforgeeks.org 1 year ago
    • Cache

    How to Unzip Files on Android

    Unzipping Files on Android is a simple task to perform nowadays. This can be achieved by using Google Files (a pre-installed app) or by installing ZArchiver or WinZip on your android smartphone. We’re going to explain both of these methods that yo...

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK