📁 文件管理 📖 官方

磁盘空间分析清理

分析磁盘使用情况,找出占用空间最多的文件和文件夹,释放宝贵空间

★☆☆ 初级 5-10 min 2025年1月12日
📋

使用场景

💬

提示词

Please show my disk usage:
- Total capacity, used, and available space
- Usage percentage
- If there are multiple partitions, show each separately

Please analyze space usage in ~/ home directory:
- List the top 20 folders by space usage
- Show sizes in human-readable format (GB, MB)
- Sort in descending order by size

Find all files larger than 100MB in ~/ directory:
- Show file path, size, and last modification time
- Sort by size
- Identify file types (video, archives, disk images, etc.)
- Mark which might be temporary files or caches

预期结果

💡

使用技巧

  • 定期运行空间分析(如每月一次)可以防止空间不足。可以让 Claude 创建一个快速报告脚本,显示空间使用趋势。