目錄
Find and remove duplicate files on your Mac in seconds
What is the easiest way to find duplicate files?
Gemini: Get alerts on duplicates and similar files
CleanMyMac: Take control of your clutter
Disk Drill: Remove duplicates from certain folders
How to find duplicate files using Terminal
Find duplicate files using Finder
Check for duplicates in Photos library
How to find duplicates in Mail and Messages attachments
It is time…to get rid of duplicate files
首頁 系統教程 MAC 如何在Mac上查找和刪除重複文件

如何在Mac上查找和刪除重複文件

Mar 24, 2025 am 09:25 AM

如何在Mac上查找和刪除重複文件

Duplicates are essentially useless, which means they’re top candidates for a quick cleanup, including apps, photos, videos, or text files. Thanks to third-party apps, you can harness automation and tools to streamline the process or simply use built-in features on specific apps to delete duplicates manually.

I’ll be showing you how to get rid of duplicate files so you can save space for items that matter.

如何在Mac上查找和刪除重複文件

Automatically remove duplicates

With Gemini, finding and removing duplicate files on your Mac takes a matter of seconds. Available on Setapp.

Try free Security-tested

Macs don’t typically duplicate files on purpose. Rather, it’s the user’s actions that cause files to duplicate. Let’s use my habits as an example.

There have been times when I’ve:

  • Downloaded images or files multiple times by double-clicking by mistake.
  • Downloaded an email attachment multiple times.
  • Created backups of certain files or folders more than once.
  • Copied and pasted files to different locations.

Had automatic backups that generated multiple of the same file.

Even if you’re a more careful computer user than I am, duplicate files can still happen, and they’re certainly worth removing.

Find and remove duplicate files on your Mac in seconds

There are multiple ways to remove duplicate files on a Mac, and I’ve summed them all up in a general table below:

I want to delete duplicates Difficulty level How to do this
Using third-party apps Easy Use Gemini, CleanMyMac, or Disk Drill
Via Terminal Hard Use the cd ~/[folder name] command and type find ./ -type f -exec md5 {} \; | awk -F '=' '{print $2 "\t" $1}' | sort | tee duplicates.txt.
In Finder Moderate Open Finder> New Smart Folder > Search for duplicates.
In Photos Easy Go to Photos >Utilities > Duplicates.
In Mail Moderate Open Finder > Go > Go to Folder > Type ~/Library/Containers/com.apple.mail/Data/Library/Mail Downloads.
In Messages Easy Messages > Copy content > Paste it in the Search bar.
Open Finder > Go > Go to Folder > Type ~/Library/Messages/Attachments.

What is the easiest way to find duplicate files?

The fastest and simplest way to perform a duplicate file search is by using dedicated duplicate file finders, as they’re made to scour your entire disk (or at least large sections of it) and detect these duplicates.

Gemini: Get alerts on duplicates and similar files

One of them is Gemini, a duplicate Mac cleaner that locates both similar and duplicate files using a one-of-a-kind smart algorithm. While it can wipe out these files in one click, you can also go through the visual results and select and group them yourself. Through AI, Gemini can also study what sort of files you’ve chosen for removal in past scans and upgrade its algorithm accordingly.

如何在Mac上查找和刪除重複文件

Performing a scan with Gemini was easy — it took less than a minute to open the app, click the scan button, and start the scanning. While you can choose specific folders to scan through, I chose my Macintosh HD disk drive. Once that was complete, it found 308.2 MB of removable content that I could then visually review under a few categories.

如何在Mac上查找和刪除重複文件

Tip

Once you've cleaned up duplicates withGemini, it’s easy to keep your Mac organized. How? Gemini will let you know right away if it finds any new duplicates you can ditch, all from the menu bar.

如何在Mac上查找和刪除重複文件

CleanMyMac: Take control of your clutter

CleanMyMac also offers a similar straightforward cleanup method. While it’s not a dedicated duplicate cleaner, the My Clutter tool sorts through a variety of files and downloads. These include fresh duplicates over the last three months, similar images, large and old files, and downloads from browsers.

如何在Mac上查找和刪除重複文件

It took around a minute, from downloading the app to initiating a scan and getting results. I was allowed to visually review specific modules or all files. I couldn’t really tell the total of all the files together, but All Files under Large & Old Files showed 14.6 GB, most of which were files relating to The Sims 4 that I couldn’t delete. However, what I like most about CleanMyMac, aside from the neat interface, is that it provides granular categories, such as kind, size, and access date.

如何在Mac上查找和刪除重複文件

Tip

If you’re looking to do more than just clean up duplicates, you can check out other CleanMyMac tools to get rid of any junk on your Mac that you don’t need anymore. For that matter, I recommend the Smart Care tool, which will find and delete system junk, unused apps, cache files, files with malware, and so on.

Disk Drill: Remove duplicates from certain folders

Disk Drill is a file recovery app that comes with various extra tools, such as a byte-to-byte backup disk image, a secure disk wiper that prevents others from recovering deleted files, and, best of all, a duplicate file finder.

如何在Mac上查找和刪除重複文件

Like Gemini, you can choose specific files to scan through, but I chose my main Macintosh HD disk drive for the scan. The scan took no time, and the app found 234.6 MB of files to delete, spread out across pictures, documents, and others.

如何在Mac上查找和刪除重複文件

Tip

Disk Drill is a great tool for accidentally deleting something you didn’t mean to. You can get your stuff back on either your Mac or iPhone. Just open Disk Drill, click on one of the Mac storage devices tab (where you lost your files) or the iPhone/iPad tab and click Search for lost data.

How to find duplicate files using Terminal

If you’re more comfortable with backend commands and command line interfaces, Terminal is the best way to interact with the macOS, including when you want to manage files. Aren’t very familiar with Terminal? You may want to avoid this method altogether.

Here’s how to delete duplicates through Terminal:

  1. Go to Finder > Applications > Utilities > Termina. Alternatively, press Command + Space to use Spotlight search.
  2. Use the cd command to navigate to the folder you want to scan. For example, type cd ~/Downloads and press Return to scan your Downloads folder.
  3. Type find ./ -type f -exec md5 {} \; | awk -F '=' '{print $2 "\t" $1}' | sort | tee duplicates.txt and press Return.
  4. Click Allow when prompted to let Terminal access files in that folder.
  5. Wait a few seconds, and you’ll see a list of identical files.

    如何在Mac上查找和刪除重複文件

Terminal will also automatically generate a .txt file of all the duplicates.

P.S. Make sure to back up your files with Disk Drill before you start any cleanup commands. If you accidentally delete something, it’ll be tougher to get it back later.

Find duplicate files using Finder

If you’re totally against automation and have the time on your hands to do your duplicate file search manually, you can use Smart Folders in Finder.

Here’s how to do it:

  1. Open Finder.
  2. Click File in the menu bar > New Smart Folder.

    如何在Mac上查找和刪除重複文件

  3. Click the add “+” button next to Save to choose the type of files you want to display, and click the add “+” button again to select more filters.

    如何在Mac上查找和刪除重複文件

The worst part about this method is that you’ll now have to go through and sort all the files manually, which can take hours, if not days, depending on the number of files you have stored on your computer. It’s certainly not the easiest or quickest option, but if you truly want a hands-on method, it works.

Tip

Sorting by Size or Date Modified is particularly helpful for identifying duplicates.

Check for duplicates in Photos library

The number one culprit for most duplicates is photos, which is why Macs introduced an automatic duplicate detector with macOS Ventura and Sonoma that helps you remove duplicate files.

If your Mac operates either Venture or Sonoma, here’s how to check duplicates in Photos:

  1. Go to Finder > Applications > Photos (or press Command+Space).
  2. Click Utilities > Duplicates in the sidebar.
  3. Right-click on a duplicate photo and delete it, or click the merge option to merge those duplicates.

    如何在Mac上查找和刪除重複文件

This method sort of acts like a middle ground, where it’s not entirely automated nor entirely manual. The app will detect duplicates for you, but you’ll need to manually decide what you want to do with them.

How to find duplicates in Mail and Messages attachments

Not many people might realize this, but your Mail and Messages apps can truly take up a lot of space on your computer, especially if you frequently share media with your friends and family. These are often stored indefinitely in those apps until you decide to delete them. In Mail, they’re called “twin” attachments, as they’re stored in a folder on their own on your computer, too.

To find them:

  1. Open Finder.
  2. Click Go in the menu bar and choose Go to Folder (or press Shift + Command + G).
  3. Type ~/Library/Containers/com.apple.mail/Data/Library/Mail Downloads and press Return.

The folder will display all attachments downloaded from the Mail app, which may include duplicate files saved multiple times.

Note: Unfortunately, there’s now a direct way to check for duplicates on the Messages app on macOS. So there are two possible ways to find them:

  • Go to the Messages app on your Mac > Click a message and copy its content. Then, paste it in the Search bar to find duplicate messages.
  • Open Finder and click Go in the menu bar > Go to Folder (or press Shift + Command + G). Type ~/Library/Messages/Attachments and press Return. Browse through the files to identify duplicates.

It is time…to get rid of duplicate files

Now that you know how to delete duplicate files on Mac, there’s no time like the present to do so. When you take the time to use built-in tools like Finder’s Smart Folders or the Photos automatic duplicate detector, you’ll realize how much precious space was truly taken up by duplicate files. While these features are handy, third-party apps with completely automated duplicate detector solutions can scan and remove duplicates much better and effectively.

Gemini, Disk Drill, and CleanMyMac are just three tools out of the 250+ that Setapp offers under a subscription or a 7-day trial, giving you access to a wide range of apps that help you keep your Mac optimized and clutter-free. By the way, if you want to delete duplicates on your phone, then you’ll love the CleanMy®Phone app from Setapp — the next time you’re coming back from vacation, you’ll be able to clear out the clutter before you hop on the plane.

以上是如何在Mac上查找和刪除重複文件的詳細內容。更多資訊請關注PHP中文網其他相關文章!

本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn

熱AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover

AI Clothes Remover

用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool

Undress AI Tool

免費脫衣圖片

Clothoff.io

Clothoff.io

AI脫衣器

Video Face Swap

Video Face Swap

使用我們完全免費的人工智慧換臉工具,輕鬆在任何影片中換臉!

熱工具

記事本++7.3.1

記事本++7.3.1

好用且免費的程式碼編輯器

SublimeText3漢化版

SublimeText3漢化版

中文版,非常好用

禪工作室 13.0.1

禪工作室 13.0.1

強大的PHP整合開發環境

Dreamweaver CS6

Dreamweaver CS6

視覺化網頁開發工具

SublimeText3 Mac版

SublimeText3 Mac版

神級程式碼編輯軟體(SublimeText3)

熱門話題

Java教學
1664
14
CakePHP 教程
1423
52
Laravel 教程
1317
25
PHP教程
1268
29
C# 教程
1246
24
更新到紅杉後,修復Mac慢速運行速度 更新到紅杉後,修復Mac慢速運行速度 Apr 14, 2025 am 09:30 AM

升級到最新 macOS 後,Mac 運行速度變慢?別擔心,你不是一個人!本文將分享我升級到 macOS Sequoia 後解決 Mac 運行緩慢問題的經驗。升級後,我迫不及待地想體驗新功能,例如語音筆記的錄音和轉錄以及改進的步道地圖規劃功能。但安裝後,我的 Mac 開始運行緩慢。 macOS 更新後 Mac 運行緩慢的原因及解決方法 以下是我的經驗總結,希望能幫助您解決 macOS Sequoia 更新後 Mac 運行緩慢的問題: 問題原因 解決方法 性能問題 使用 Novabe

如何將視頻製作到Mac和iPhone上的現場照片中:詳細的步驟 如何將視頻製作到Mac和iPhone上的現場照片中:詳細的步驟 Apr 11, 2025 am 10:59 AM

本指南說明瞭如何在iPhone和Mac上的實時照片,視頻和GIF之間進行轉換。 現代iPhone在圖像處理方面表現出色,但是管理不同的媒體格式可能很棘手。 本教程為各種轉換提供了解決方案

如何減少Windowser Mac CPU使用 如何減少Windowser Mac CPU使用 Apr 16, 2025 pm 12:07 PM

MACOS Windowser:了解高CPU使用和解決方案 您是否注意到Windowser在Mac上消耗了大量CPU資源? 此過程對於Mac的圖形接口至關重要,渲染了您在屏幕上看到的所有內容。 高c

如何在Mac上鍵入標籤 如何在Mac上鍵入標籤 Apr 13, 2025 am 09:43 AM

如今,您無法真正使用互聯網,而不會遇到看起來像這樣的主題標籤符號 - #。 Twitter在全球範圍內普及,是定義常見推文主題的一種方式,後來由Instagram和其他應用程序採用到C

MAC磁盤實用程序:如何用急救維修磁盤?如何恢復它? MAC磁盤實用程序:如何用急救維修磁盤?如何恢復它? Apr 13, 2025 am 11:49 AM

如果您的計算機無法啟動,應用程序保持凍結,無法打開某些文檔,或者性能已慢下來,則可能需要修復Mac磁盤。幸運的是,蘋果公司包含一個可以使用的方便工具

如何將藍牙耳機連接到Mac? 如何將藍牙耳機連接到Mac? Apr 12, 2025 pm 12:38 PM

從時間的曙光到幾年前,我們所有人都戴著一雙有線耳機,並堅信這僅僅是永遠這樣做的方式。畢竟,它們是最簡單的技術:只需將它們插入

如何在Mac上刪除文件 如何在Mac上刪除文件 Apr 15, 2025 am 10:22 AM

管理MAC存儲:刪除文件的綜合指南 每日MAC使用涉及安裝應用程序,創建文件和下載數據。 但是,即使是高端Mac的存儲空間也有限。 本指南提供了刪除未包含的各種方法

Google Chrome不在Mac上工作嗎?為什麼網站不加載? Google Chrome不在Mac上工作嗎?為什麼網站不加載? Apr 12, 2025 am 11:36 AM

Google Chrome的市場份額超過65.7%,是世界上最大的網絡瀏覽器。如果您使用Windows和Android等其他操作系統,則可以使用它,但是許多Mac用戶也喜歡Chrome而不是Safari。莫

See all articles