📁 File Management 📖 Official

Disk Usage Analyzer

Analyze disk usage to find space-hogging files and folders

★☆☆ Beginner 5-10 min January 12, 2025
📋

Scenario

💬

Prompt

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

Expected Result

💡

Tips

  • Running space analysis regularly (like once a month) can prevent running out of space. You can have Claude create a quick report script showing space usage trends.